#BAA72C

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

Shades of Earls Green #BAA72C

Tints of Earls Green #BAA72C

Color information

#BAA72C (or 0xBAA72C) is unknown color: approx Earls Green. HEX triplet: BA, A7 and 2C. RGB value is (186,167,44). Sum of RGB (Red+Green+Blue) = 186+167+44=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA72C is #4558D3. Grayscale: #9F9F9F. Windows color (decimal): -4544724 or 2926522. OLE color: 2926522.

HSL color Cylindrical-coordinate representation of color #BAA72C: hue angle of 51.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAA72C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18616744-
CMYK00.100.760.27
HSL51.97º61.74%45.1%-
HSV(B)51.97º76.34%72.94%-
XYZ34.5238.267.95-
YUV158.6663.29147.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 167 (65.62% from 255) = 42.07%
BLUE value IS 44 (17.58% from 255) = 11.08%
R=46.85%
G=42.07%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861674400.100.760.2751.9761.7445.1
HexBAA72C0A4C1B343e2d
Octal2722475401211433647655
Binary101110101010011110110001010100110011011110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA72C; }

 p { color: rgb(186,167,44); }

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

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

 a { background-color: rgb(186,167,44); }

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

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

 span { border-color: rgb(186,167,44); }

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