#BAA22A

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

Shades of Earls Green #BAA22A

Tints of Earls Green #BAA22A

Color information

#BAA22A (or 0xBAA22A) is unknown color: approx Earls Green. HEX triplet: BA, A2 and 2A. RGB value is (186,162,42). Sum of RGB (Red+Green+Blue) = 186+162+42=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA22A is #455DD5. Grayscale: #9C9C9C. Windows color (decimal): -4546006 or 2794170. OLE color: 2794170.

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

Color convert

RGB18616242-
CMYK00.130.770.27
HSL50º63.16%44.71%-
HSV(B)50º77.42%72.94%-
XYZ33.5936.457.46-
YUV155.563.95149.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 42 (16.80% from 255) = 10.77%
R=47.69%
G=41.54%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861624200.130.770.275063.1644.71
HexBAA22A0D4D1B323f2d
Octal2722425201511533627755
Binary101110101010001010101001101100110111011110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA22A; }

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

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

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

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

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

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

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

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