#BAB221

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

Shades of Earls Green #BAB221

Tints of Earls Green #BAB221

Color information

#BAB221 (or 0xBAB221) is unknown color: approx Earls Green. HEX triplet: BA, B2 and 21. RGB value is (186,178,33). Sum of RGB (Red+Green+Blue) = 186+178+33=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB221 is #454DDE. Grayscale: #A4A4A4. Windows color (decimal): -4541919 or 2208442. OLE color: 2208442.

HSL color Cylindrical-coordinate representation of color #BAB221: hue angle of 56.86º 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 #BAB221 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18617833-
CMYK00.040.820.27
HSL56.86º69.86%42.94%-
HSV(B)56.86º82.26%72.94%-
XYZ36.4442.397.7-
YUV163.8654.15143.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 178 (69.92% from 255) = 44.84%
BLUE value IS 33 (13.28% from 255) = 8.31%
R=46.85%
G=44.84%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861783300.040.820.2756.8669.8642.94
HexBAB22104521B39462b
Octal2722624104122337110653
Binary101110101011001010000101001010010110111110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB221; }

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

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

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

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

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

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

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

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