#bab11a

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

Shades of Earls Green #BAB11A

Tints of Earls Green #BAB11A

Color information

#BAB11A (or 0xBAB11A) is unknown color: approx Earls Green. HEX triplet: BA, B1 and 1A. RGB value is (186,177,26). Sum of RGB (Red+Green+Blue) = 186+177+26=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB11A is #454EE5. Grayscale: #A3A3A3. Windows color (decimal): -4542182 or 1749434. OLE color: 1749434.

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

Color convert

RGB18617726-
CMYK00.050.860.27
HSL56.62º75.47%41.57%-
HSV(B)56.62º86.02%72.94%-
XYZ36.1641.967.17-
YUV162.4850.98144.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 26 (10.55% from 255) = 6.68%
R=47.81%
G=45.50%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861772600.050.860.2756.6275.4741.57
HexBAB11A05561B394b2a
Octal2722613205126337111352
Binary10111010101100011101001011010110110111110011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bab11a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bab11a; }

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

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

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

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

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

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

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

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