#BAE32D

Color #BAE32D Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BAE32D

Tints of Fuego #BAE32D

Color information

#BAE32D (or 0xBAE32D) is unknown color: approx Fuego. HEX triplet: BA, E3 and 2D. RGB value is (186,227,45). Sum of RGB (Red+Green+Blue) = 186+227+45=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE32D is #451CD2. Grayscale: #C2C2C2. Windows color (decimal): -4529363 or 3007418. OLE color: 3007418.

HSL color Cylindrical-coordinate representation of color #BAE32D: hue angle of 73.52º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAE32D is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB18622745-
CMYK0.1800.800.11
HSL73.52º76.47%53.33%-
HSV(B)73.52º80.18%89.02%-
XYZ48.1965.5712.6-
YUV193.9943.92122.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 227 (89.06% from 255) = 49.56%
BLUE value IS 45 (17.97% from 255) = 9.83%
R=40.61%
G=49.56%
B=9.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186227450.1800.800.1173.5276.4753.33
HexBAE32D12050B4a4c35
Octal272343552201201311211465
Binary10111010111000111011011001001010000101110010101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE32D; }

 p { color: rgb(186,227,45); }

 H1.HeaderClassName
 {
   color: #BAE32D;
 }
 .AnyTagClassName
 {
   color: #BAE32D;
 }
</style>
background-color css

<style>
 a { background-color: #BAE32D; }

 a { background-color: rgb(186,227,45); }

 div.DivClassName
 {
   background-color: #BAE32D;
 }
 .BgClassName
 {
   background-color: #BAE32D;
 }
</style>
border-color css

<style>
 span { border-color: #BAE32D; }

 span { border-color: rgb(186,227,45); }

 td.TdClassName
 {
   border-color: #BAE32D;
 }
 .TagClassName
 {
   border-color: #BAE32D;
 }
</style>