#BAA22B

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

Shades of Earls Green #BAA22B

Tints of Earls Green #BAA22B

Color information

#BAA22B (or 0xBAA22B) is unknown color: approx Earls Green. HEX triplet: BA, A2 and 2B. RGB value is (186,162,43). Sum of RGB (Red+Green+Blue) = 186+162+43=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA22B is #455DD4. Grayscale: #9C9C9C. Windows color (decimal): -4546005 or 2859706. OLE color: 2859706.

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

Color convert

RGB18616243-
CMYK00.130.770.27
HSL49.93º62.45%44.9%-
HSV(B)49.93º76.88%72.94%-
XYZ33.6136.457.55-
YUV155.6164.45149.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 43 (17.19% from 255) = 11.00%
R=47.57%
G=41.43%
B=11.00%

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
Decimal1861624300.130.770.2749.9362.4544.9
HexBAA22B0D4D1B323e2d
Octal2722425301511533627655
Binary101110101010001010101101101100110111011110010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA22B; }

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

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

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

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

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

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

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

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