#BAA532

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

Shades of Earls Green #BAA532

Tints of Earls Green #BAA532

Color information

#BAA532 (or 0xBAA532) is unknown color: approx Earls Green. HEX triplet: BA, A5 and 32. RGB value is (186,165,50). Sum of RGB (Red+Green+Blue) = 186+165+50=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA532 is #455ACD. Grayscale: #9E9E9E. Windows color (decimal): -4545230 or 3319226. OLE color: 3319226.

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

Color convert

RGB18616550-
CMYK00.110.730.27
HSL50.74º57.63%46.27%-
HSV(B)50.74º73.12%72.94%-
XYZ34.2837.588.46-
YUV158.1766.96147.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 50 (19.92% from 255) = 12.47%
R=46.38%
G=41.15%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861655000.110.730.2750.7457.6346.27
HexBAA5320B491B333a2e
Octal2722456201311133637256
Binary101110101010010111001001011100100111011110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA532; }

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

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

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

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

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

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

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

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