#BAB021

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

Shades of Earls Green #BAB021

Tints of Earls Green #BAB021

Color information

#BAB021 (or 0xBAB021) is unknown color: approx Earls Green. HEX triplet: BA, B0 and 21. RGB value is (186,176,33). Sum of RGB (Red+Green+Blue) = 186+176+33=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB021 is #454FDE. Grayscale: #A3A3A3. Windows color (decimal): -4542431 or 2207930. OLE color: 2207930.

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

Color convert

RGB18617633-
CMYK00.050.820.27
HSL56.08º69.86%42.94%-
HSV(B)56.08º82.26%72.94%-
XYZ36.0541.67.57-
YUV162.6954.81144.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 176 (69.14% from 255) = 44.56%
BLUE value IS 33 (13.28% from 255) = 8.35%
R=47.09%
G=44.56%
B=8.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861763300.050.820.2756.0869.8642.94
HexBAB02105521B38462b
Octal2722604105122337010653
Binary101110101011000010000101011010010110111110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB021; }

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

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

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

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

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

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

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

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