#a5a82e

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

Shades of Earls Green #A5A82E

Tints of Earls Green #A5A82E

Color information

#A5A82E (or 0xA5A82E) is unknown color: approx Earls Green. HEX triplet: A5, A8 and 2E. RGB value is (165,168,46). Sum of RGB (Red+Green+Blue) = 165+168+46=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A82E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A82E is #5A57D1. Grayscale: #999999. Windows color (decimal): -5920722 or 3057829. OLE color: 3057829.

HSL color Cylindrical-coordinate representation of color #A5A82E: hue angle of 61.48º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5A82E is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16516846-
CMYK0.0200.730.34
HSL61.48º57.01%41.96%-
HSV(B)61.48º72.62%65.88%-
XYZ30.0136.27.99-
YUV153.267.51136.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 168 (66.02% from 255) = 44.33%
BLUE value IS 46 (18.36% from 255) = 12.14%
R=43.54%
G=44.33%
B=12.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165168460.0200.730.3461.4857.0141.96
HexA5A82E2049223d392a
Octal245250562011142757152
Binary10100101101010001011101001001001100010111101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5a82e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5a82e; }

 p { color: rgb(165,168,46); }

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

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

 a { background-color: rgb(165,168,46); }

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

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

 span { border-color: rgb(165,168,46); }

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