#BAA932

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

Shades of Earls Green #BAA932

Tints of Earls Green #BAA932

Color information

#BAA932 (or 0xBAA932) is unknown color: approx Earls Green. HEX triplet: BA, A9 and 32. RGB value is (186,169,50). Sum of RGB (Red+Green+Blue) = 186+169+50=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA932 is #4556CD. Grayscale: #A1A1A1. Windows color (decimal): -4544206 or 3320250. OLE color: 3320250.

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

Color convert

RGB18616950-
CMYK00.090.730.27
HSL52.5º57.63%46.27%-
HSV(B)52.5º73.12%72.94%-
XYZ35.0139.058.71-
YUV160.5265.63146.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 50 (19.92% from 255) = 12.35%
R=45.93%
G=41.73%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861695000.090.730.2752.557.6346.27
HexBAA93209491B343a2e
Octal2722516201111133647256
Binary101110101010100111001001001100100111011110100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA932; }

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

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

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

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

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

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

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

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