#AAB65B

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

Shades of Olive Green #AAB65B

Tints of Olive Green #AAB65B

Color information

#AAB65B (or 0xAAB65B) is unknown color: approx Olive Green. HEX triplet: AA, B6 and 5B. RGB value is (170,182,91). Sum of RGB (Red+Green+Blue) = 170+182+91=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB65B is #5549A4. Grayscale: #A8A8A8. Windows color (decimal): -5589413 or 6010538. OLE color: 6010538.

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

Color convert

RGB17018291-
CMYK0.0700.50.29
HSL67.91º38.4%53.53%-
HSV(B)67.91º50%71.37%-
XYZ35.1942.7616.3-
YUV168.0484.52129.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=38.37%
G=41.08%
B=20.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170182910.0700.50.2967.9138.453.53
HexAAB65B70321D442636
Octal2522661337062351044666
Binary101010101011011010110111110110010111011000100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB65B; }

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

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

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

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

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

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

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

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