#BAB421

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

Shades of Earls Green #BAB421

Tints of Earls Green #BAB421

Color information

#BAB421 (or 0xBAB421) is unknown color: approx Earls Green. HEX triplet: BA, B4 and 21. RGB value is (186,180,33). Sum of RGB (Red+Green+Blue) = 186+180+33=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB421 is #454BDE. Grayscale: #A5A5A5. Windows color (decimal): -4541407 or 2208954. OLE color: 2208954.

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

Color convert

RGB18618033-
CMYK00.030.820.27
HSL57.65º69.86%42.94%-
HSV(B)57.65º82.26%72.94%-
XYZ36.8543.197.83-
YUV165.0453.49142.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 33 (13.28% from 255) = 8.27%
R=46.62%
G=45.11%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861803300.030.820.2757.6569.8642.94
HexBAB42103521B3a462b
Octal2722644103122337210653
Binary10111010101101001000010111010010110111110101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB421; }

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

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

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

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

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

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

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

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