#BAB621

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

Shades of Earls Green #BAB621

Tints of Earls Green #BAB621

Color information

#BAB621 (or 0xBAB621) is unknown color: approx Earls Green. HEX triplet: BA, B6 and 21. RGB value is (186,182,33). Sum of RGB (Red+Green+Blue) = 186+182+33=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB621 is #4549DE. Grayscale: #A6A6A6. Windows color (decimal): -4540895 or 2209466. OLE color: 2209466.

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

Color convert

RGB18618233-
CMYK00.020.820.27
HSL58.43º69.86%42.94%-
HSV(B)58.43º82.26%72.94%-
XYZ37.25447.97-
YUV166.2152.83142.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 182 (71.48% from 255) = 45.39%
BLUE value IS 33 (13.28% from 255) = 8.23%
R=46.38%
G=45.39%
B=8.23%

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
Decimal1861823300.020.820.2758.4369.8642.94
HexBAB62102521B3a462b
Octal2722664102122337210653
Binary10111010101101101000010101010010110111110101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB621; }

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

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

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

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

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

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

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

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