#a9a822

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

Shades of Earls Green #A9A822

Tints of Earls Green #A9A822

Color information

#A9A822 (or 0xA9A822) is unknown color: approx Earls Green. HEX triplet: A9, A8 and 22. RGB value is (169,168,34). Sum of RGB (Red+Green+Blue) = 169+168+34=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A822 is #5657DD. Grayscale: #999999. Windows color (decimal): -5658590 or 2271401. OLE color: 2271401.

HSL color Cylindrical-coordinate representation of color #A9A822: hue angle of 59.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9A822 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB16916834-
CMYK00.010.800.34
HSL59.56º66.5%39.8%-
HSV(B)59.56º79.88%66.27%-
XYZ30.6536.566.95-
YUV153.0260.83139.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 168 (66.02% from 255) = 45.28%
BLUE value IS 34 (13.67% from 255) = 9.16%
R=45.55%
G=45.28%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691683400.010.800.3459.5666.539.8
HexA9A8220150223c4328
Octal2512504201120427410350
Binary10101001101010001000100110100001000101111001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9a822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9a822; }

 p { color: rgb(169,168,34); }

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

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

 a { background-color: rgb(169,168,34); }

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

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

 span { border-color: rgb(169,168,34); }

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