#A5A82A

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

Shades of Earls Green #A5A82A

Tints of Earls Green #A5A82A

Color information

#A5A82A (or 0xA5A82A) is unknown color: approx Earls Green. HEX triplet: A5, A8 and 2A. RGB value is (165,168,42). Sum of RGB (Red+Green+Blue) = 165+168+42=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A82A is #5A57D5. Grayscale: #999999. Windows color (decimal): -5920726 or 2795685. OLE color: 2795685.

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

Color convert

RGB16516842-
CMYK0.0200.750.34
HSL61.43º60%41.18%-
HSV(B)61.43º75%65.88%-
XYZ29.9436.177.59-
YUV152.7465.51136.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 42 (16.80% from 255) = 11.2%
R=44%
G=44.8%
B=11.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165168420.0200.750.3461.436041.18
HexA5A82A204B223d3c29
Octal245250522011342757451
Binary10100101101010001010101001001011100010111101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A82A; }

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

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

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

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

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

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

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

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