#BAA52F

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

Shades of Earls Green #BAA52F

Tints of Earls Green #BAA52F

Color information

#BAA52F (or 0xBAA52F) is unknown color: approx Earls Green. HEX triplet: BA, A5 and 2F. RGB value is (186,165,47). Sum of RGB (Red+Green+Blue) = 186+165+47=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA52F is #455AD0. Grayscale: #9E9E9E. Windows color (decimal): -4545233 or 3122618. OLE color: 3122618.

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

Color convert

RGB18616547-
CMYK00.110.750.27
HSL50.94º59.66%45.69%-
HSV(B)50.94º74.73%72.94%-
XYZ34.2237.558.13-
YUV157.8365.46148.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 165 (64.84% from 255) = 41.46%
BLUE value IS 47 (18.75% from 255) = 11.81%
R=46.73%
G=41.46%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861654700.110.750.2750.9459.6645.69
HexBAA52F0B4B1B333c2e
Octal2722455701311333637456
Binary101110101010010110111101011100101111011110011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA52F; }

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

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

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

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

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

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

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

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