#BAAC11

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

Shades of Earls Green #BAAC11

Tints of Earls Green #BAAC11

Color information

#BAAC11 (or 0xBAAC11) is unknown color: approx Earls Green. HEX triplet: BA, AC and 11. RGB value is (186,172,17). Sum of RGB (Red+Green+Blue) = 186+172+17=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC11 is #4553EE. Grayscale: #9F9F9F. Windows color (decimal): -4543471 or 1158330. OLE color: 1158330.

HSL color Cylindrical-coordinate representation of color #BAAC11: hue angle of 55.03º 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 #BAAC11 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18617217-
CMYK00.080.910.27
HSL55.03º83.25%39.8%-
HSV(B)55.03º90.86%72.94%-
XYZ35.139.986.4-
YUV158.5248.14147.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 17 (7.03% from 255) = 4.53%
R=49.6%
G=45.87%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861721700.080.910.2755.0383.2539.8
HexBAAC11085B1B375328
Octal27225421010133336712350
Binary101110101010110010001010001011011110111101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC11; }

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

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

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

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

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

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

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

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