#BAA42A

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

Shades of Earls Green #BAA42A

Tints of Earls Green #BAA42A

Color information

#BAA42A (or 0xBAA42A) is unknown color: approx Earls Green. HEX triplet: BA, A4 and 2A. RGB value is (186,164,42). Sum of RGB (Red+Green+Blue) = 186+164+42=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA42A is #455BD5. Grayscale: #9D9D9D. Windows color (decimal): -4545494 or 2794682. OLE color: 2794682.

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

Color convert

RGB18616442-
CMYK00.120.770.27
HSL50.83º63.16%44.71%-
HSV(B)50.83º77.42%72.94%-
XYZ33.9437.167.57-
YUV156.6763.29148.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 164 (64.45% from 255) = 41.84%
BLUE value IS 42 (16.80% from 255) = 10.71%
R=47.45%
G=41.84%
B=10.71%

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
Decimal1861644200.120.770.2750.8363.1644.71
HexBAA42A0C4D1B333f2d
Octal2722445201411533637755
Binary101110101010010010101001100100110111011110011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA42A; }

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

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

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

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

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

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

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

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