#BAAA11

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

Shades of Earls Green #BAAA11

Tints of Earls Green #BAAA11

Color information

#BAAA11 (or 0xBAAA11) is unknown color: approx Earls Green. HEX triplet: BA, AA and 11. RGB value is (186,170,17). Sum of RGB (Red+Green+Blue) = 186+170+17=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA11 is #4555EE. Grayscale: #9D9D9D. Windows color (decimal): -4543983 or 1157818. OLE color: 1157818.

HSL color Cylindrical-coordinate representation of color #BAAA11: hue angle of 54.32º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAAA11 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18617017-
CMYK00.090.910.27
HSL54.32º83.25%39.8%-
HSV(B)54.32º90.86%72.94%-
XYZ34.7339.236.27-
YUV157.3448.8148.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 17 (7.03% from 255) = 4.56%
R=49.87%
G=45.58%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861701700.090.910.2754.3283.2539.8
HexBAAA11095B1B365328
Octal27225221011133336612350
Binary101110101010101010001010011011011110111101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA11; }

 p { color: rgb(186,170,17); }

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

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

 a { background-color: rgb(186,170,17); }

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

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

 span { border-color: rgb(186,170,17); }

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