#bab11b

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

Shades of Earls Green #BAB11B

Tints of Earls Green #BAB11B

Color information

#BAB11B (or 0xBAB11B) is unknown color: approx Earls Green. HEX triplet: BA, B1 and 1B. RGB value is (186,177,27). Sum of RGB (Red+Green+Blue) = 186+177+27=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB11B is #454EE4. Grayscale: #A3A3A3. Windows color (decimal): -4542181 or 1814970. OLE color: 1814970.

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

Color convert

RGB18617727-
CMYK00.050.850.27
HSL56.6º74.65%41.76%-
HSV(B)56.6º85.48%72.94%-
XYZ36.1741.967.23-
YUV162.5951.48144.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 177 (69.53% from 255) = 45.38%
BLUE value IS 27 (10.94% from 255) = 6.92%
R=47.69%
G=45.38%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861772700.050.850.2756.674.6541.76
HexBAB11B05551B394b2a
Octal2722613305125337111352
Binary10111010101100011101101011010101110111110011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bab11b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bab11b; }

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

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

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

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

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

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

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

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