#BAB52B

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

Shades of Earls Green #BAB52B

Tints of Earls Green #BAB52B

Color information

#BAB52B (or 0xBAB52B) is unknown color: approx Earls Green. HEX triplet: BA, B5 and 2B. RGB value is (186,181,43). Sum of RGB (Red+Green+Blue) = 186+181+43=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB52B is #454AD4. Grayscale: #A7A7A7. Windows color (decimal): -4541141 or 2864570. OLE color: 2864570.

HSL color Cylindrical-coordinate representation of color #BAB52B: hue angle of 57.9º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAB52B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18618143-
CMYK00.030.770.27
HSL57.9º62.45%44.9%-
HSV(B)57.9º76.88%72.94%-
XYZ37.2143.668.75-
YUV166.7658.16141.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 181 (71.09% from 255) = 44.15%
BLUE value IS 43 (17.19% from 255) = 10.49%
R=45.37%
G=44.15%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861814300.030.770.2757.962.4544.9
HexBAB52B034D1B3a3e2d
Octal272265530311533727655
Binary1011101010110101101011011100110111011111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB52B; }

 p { color: rgb(186,181,43); }

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

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

 a { background-color: rgb(186,181,43); }

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

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

 span { border-color: rgb(186,181,43); }

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