#BAB52F

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

Shades of Earls Green #BAB52F

Tints of Earls Green #BAB52F

Color information

#BAB52F (or 0xBAB52F) is unknown color: approx Earls Green. HEX triplet: BA, B5 and 2F. RGB value is (186,181,47). Sum of RGB (Red+Green+Blue) = 186+181+47=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB52F is #454AD0. Grayscale: #A7A7A7. Windows color (decimal): -4541137 or 3126714. OLE color: 3126714.

HSL color Cylindrical-coordinate representation of color #BAB52F: hue angle of 57.84º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAB52F is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18618147-
CMYK00.030.750.27
HSL57.84º59.66%45.69%-
HSV(B)57.84º74.73%72.94%-
XYZ37.2943.699.16-
YUV167.2260.16141.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 181 (71.09% from 255) = 43.72%
BLUE value IS 47 (18.75% from 255) = 11.35%
R=44.93%
G=43.72%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861814700.030.750.2757.8459.6645.69
HexBAB52F034B1B3a3c2e
Octal272265570311333727456
Binary1011101010110101101111011100101111011111010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB52F; }

 p { color: rgb(186,181,47); }

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

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

 a { background-color: rgb(186,181,47); }

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

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

 span { border-color: rgb(186,181,47); }

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