#AAB65A

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

Shades of Olive Green #AAB65A

Tints of Olive Green #AAB65A

Color information

#AAB65A (or 0xAAB65A) is unknown color: approx Olive Green. HEX triplet: AA, B6 and 5A. RGB value is (170,182,90). Sum of RGB (Red+Green+Blue) = 170+182+90=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB65A is #5549A5. Grayscale: #A8A8A8. Windows color (decimal): -5589414 or 5945002. OLE color: 5945002.

HSL color Cylindrical-coordinate representation of color #AAB65A: hue angle of 67.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAB65A is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB17018290-
CMYK0.0700.510.29
HSL67.83º38.66%53.33%-
HSV(B)67.83º50.55%71.37%-
XYZ35.1542.7416.07-
YUV167.9284.02129.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 182 (71.48% from 255) = 41.18%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=38.46%
G=41.18%
B=20.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170182900.0700.510.2967.8338.6653.33
HexAAB65A70331D442735
Octal2522661327063351044765
Binary101010101011011010110101110110011111011000100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB65A; }

 p { color: rgb(170,182,90); }

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

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

 a { background-color: rgb(170,182,90); }

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

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

 span { border-color: rgb(170,182,90); }

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