#BAAC2F

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

Shades of Earls Green #BAAC2F

Tints of Earls Green #BAAC2F

Color information

#BAAC2F (or 0xBAAC2F) is unknown color: approx Earls Green. HEX triplet: BA, AC and 2F. RGB value is (186,172,47). Sum of RGB (Red+Green+Blue) = 186+172+47=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC2F is #4553D0. Grayscale: #A2A2A2. Windows color (decimal): -4543441 or 3124410. OLE color: 3124410.

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

Color convert

RGB18617247-
CMYK00.080.750.27
HSL53.96º59.66%45.69%-
HSV(B)53.96º74.73%72.94%-
XYZ35.5240.158.57-
YUV161.9463.14145.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 47 (18.75% from 255) = 11.60%
R=45.93%
G=42.47%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861724700.080.750.2753.9659.6645.69
HexBAAC2F084B1B363c2e
Octal2722545701011333667456
Binary101110101010110010111101000100101111011110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC2F; }

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

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

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

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

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

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

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

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