#BAA32A

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

Shades of Earls Green #BAA32A

Tints of Earls Green #BAA32A

Color information

#BAA32A (or 0xBAA32A) is unknown color: approx Earls Green. HEX triplet: BA, A3 and 2A. RGB value is (186,163,42). Sum of RGB (Red+Green+Blue) = 186+163+42=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA32A is #455CD5. Grayscale: #9C9C9C. Windows color (decimal): -4545750 or 2794426. OLE color: 2794426.

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

Color convert

RGB18616342-
CMYK00.120.770.27
HSL50.42º63.16%44.71%-
HSV(B)50.42º77.42%72.94%-
XYZ33.7636.87.51-
YUV156.0863.62149.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 42 (16.80% from 255) = 10.74%
R=47.57%
G=41.69%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861634200.120.770.2750.4263.1644.71
HexBAA32A0C4D1B323f2d
Octal2722435201411533627755
Binary101110101010001110101001100100110111011110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA32A; }

 p { color: rgb(186,163,42); }

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

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

 a { background-color: rgb(186,163,42); }

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

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

 span { border-color: rgb(186,163,42); }

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