#BAB116

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

Shades of Earls Green #BAB116

Tints of Earls Green #BAB116

Color information

#BAB116 (or 0xBAB116) is unknown color: approx Earls Green. HEX triplet: BA, B1 and 16. RGB value is (186,177,22). Sum of RGB (Red+Green+Blue) = 186+177+22=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB116 is #454EE9. Grayscale: #A2A2A2. Windows color (decimal): -4542186 or 1487290. OLE color: 1487290.

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

Color convert

RGB18617722-
CMYK00.050.880.27
HSL56.71º78.85%40.78%-
HSV(B)56.71º88.17%72.94%-
XYZ36.1241.946.95-
YUV162.0248.98145.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 22 (8.98% from 255) = 5.71%
R=48.31%
G=45.97%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861772200.050.880.2756.7178.8540.78
HexBAB11605581B394f29
Octal2722612605130337111751
Binary10111010101100011011001011011000110111110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB116; }

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

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

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

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

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

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

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

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