#bab21e

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

Shades of Earls Green #BAB21E

Tints of Earls Green #BAB21E

Color information

#BAB21E (or 0xBAB21E) is unknown color: approx Earls Green. HEX triplet: BA, B2 and 1E. RGB value is (186,178,30). Sum of RGB (Red+Green+Blue) = 186+178+30=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB21E is #454DE1. Grayscale: #A4A4A4. Windows color (decimal): -4541922 or 2011834. OLE color: 2011834.

HSL color Cylindrical-coordinate representation of color #BAB21E: hue angle of 56.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAB21E is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB18617830-
CMYK00.040.840.27
HSL56.92º72.22%42.35%-
HSV(B)56.92º83.87%72.94%-
XYZ36.442.377.49-
YUV163.5252.65144.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 178 (69.92% from 255) = 45.18%
BLUE value IS 30 (12.11% from 255) = 7.61%
R=47.21%
G=45.18%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861783000.040.840.2756.9272.2242.35
HexBAB21E04541B39482a
Octal2722623604124337111052
Binary10111010101100101111001001010100110111110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bab21e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bab21e; }

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

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

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

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

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

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

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

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