#bab721

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

Shades of Earls Green #BAB721

Tints of Earls Green #BAB721

Color information

#BAB721 (or 0xBAB721) is unknown color: approx Earls Green. HEX triplet: BA, B7 and 21. RGB value is (186,183,33). Sum of RGB (Red+Green+Blue) = 186+183+33=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB721 is #4548DE. Grayscale: #A7A7A7. Windows color (decimal): -4540639 or 2209722. OLE color: 2209722.

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

Color convert

RGB18618333-
CMYK00.020.820.27
HSL58.82º69.86%42.94%-
HSV(B)58.82º82.26%72.94%-
XYZ37.4644.428.04-
YUV166.852.49141.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 183 (71.88% from 255) = 45.52%
BLUE value IS 33 (13.28% from 255) = 8.21%
R=46.27%
G=45.52%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861833300.020.820.2758.8269.8642.94
HexBAB72102521B3b462b
Octal2722674102122337310653
Binary10111010101101111000010101010010110111110111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bab721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bab721; }

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

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

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

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

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

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

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

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