#BAA432

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

Shades of Earls Green #BAA432

Tints of Earls Green #BAA432

Color information

#BAA432 (or 0xBAA432) is unknown color: approx Earls Green. HEX triplet: BA, A4 and 32. RGB value is (186,164,50). Sum of RGB (Red+Green+Blue) = 186+164+50=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA432 is #455BCD. Grayscale: #9E9E9E. Windows color (decimal): -4545486 or 3318970. OLE color: 3318970.

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

Color convert

RGB18616450-
CMYK00.120.730.27
HSL50.29º57.63%46.27%-
HSV(B)50.29º73.12%72.94%-
XYZ34.137.228.4-
YUV157.5867.29148.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 50 (19.92% from 255) = 12.5%
R=46.5%
G=41%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861645000.120.730.2750.2957.6346.27
HexBAA4320C491B323a2e
Octal2722446201411133627256
Binary101110101010010011001001100100100111011110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA432; }

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

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

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

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

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

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

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

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