#BAB720

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

Shades of Earls Green #BAB720

Tints of Earls Green #BAB720

Color information

#BAB720 (or 0xBAB720) is unknown color: approx Earls Green. HEX triplet: BA, B7 and 20. RGB value is (186,183,32). Sum of RGB (Red+Green+Blue) = 186+183+32=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB720 is #4548DF. Grayscale: #A7A7A7. Windows color (decimal): -4540640 or 2144186. OLE color: 2144186.

HSL color Cylindrical-coordinate representation of color #BAB720: hue angle of 58.83º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAB720 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB18618332-
CMYK00.020.830.27
HSL58.83º70.64%42.75%-
HSV(B)58.83º82.8%72.94%-
XYZ37.4444.417.97-
YUV166.6851.99141.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 183 (71.88% from 255) = 45.64%
BLUE value IS 32 (12.89% from 255) = 7.98%
R=46.38%
G=45.64%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861833200.020.830.2758.8370.6442.75
HexBAB72002531B3b472b
Octal2722674002123337310753
Binary10111010101101111000000101010011110111110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB720; }

 p { color: rgb(186,183,32); }

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

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

 a { background-color: rgb(186,183,32); }

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

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

 span { border-color: rgb(186,183,32); }

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