#bab132

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

Shades of Earls Green #BAB132

Tints of Earls Green #BAB132

Color information

#BAB132 (or 0xBAB132) is unknown color: approx Earls Green. HEX triplet: BA, B1 and 32. RGB value is (186,177,50). Sum of RGB (Red+Green+Blue) = 186+177+50=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB132 is #454ECD. Grayscale: #A5A5A5. Windows color (decimal): -4542158 or 3322298. OLE color: 3322298.

HSL color Cylindrical-coordinate representation of color #BAB132: hue angle of 56.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAB132 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18617750-
CMYK00.050.730.27
HSL56.03º57.63%46.27%-
HSV(B)56.03º73.12%72.94%-
XYZ36.5542.119.22-
YUV165.2162.98142.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 177 (69.53% from 255) = 42.86%
BLUE value IS 50 (19.92% from 255) = 12.11%
R=45.04%
G=42.86%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861775000.050.730.2756.0357.6346.27
HexBAB13205491B383a2e
Octal272261620511133707256
Binary10111010101100011100100101100100111011111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bab132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bab132; }

 p { color: rgb(186,177,50); }

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

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

 a { background-color: rgb(186,177,50); }

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

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

 span { border-color: rgb(186,177,50); }

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