#BAB51B

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

Shades of Earls Green #BAB51B

Tints of Earls Green #BAB51B

Color information

#BAB51B (or 0xBAB51B) is unknown color: approx Earls Green. HEX triplet: BA, B5 and 1B. RGB value is (186,181,27). Sum of RGB (Red+Green+Blue) = 186+181+27=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB51B is #454AE4. Grayscale: #A5A5A5. Windows color (decimal): -4541157 or 1815994. OLE color: 1815994.

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

Color convert

RGB18618127-
CMYK00.030.850.27
HSL58.11º74.65%41.76%-
HSV(B)58.11º85.48%72.94%-
XYZ36.9743.577.5-
YUV164.9450.16143.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 181 (71.09% from 255) = 45.94%
BLUE value IS 27 (10.94% from 255) = 6.85%
R=47.21%
G=45.94%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861812700.030.850.2758.1174.6541.76
HexBAB51B03551B3a4b2a
Octal2722653303125337211352
Binary1011101010110101110110111010101110111110101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB51B; }

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

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

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

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

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

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

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

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