#AAB35B

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

Shades of Olive Green #AAB35B

Tints of Olive Green #AAB35B

Color information

#AAB35B (or 0xAAB35B) is unknown color: approx Olive Green. HEX triplet: AA, B3 and 5B. RGB value is (170,179,91). Sum of RGB (Red+Green+Blue) = 170+179+91=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB35B is #554CA4. Grayscale: #A6A6A6. Windows color (decimal): -5590181 or 6009770. OLE color: 6009770.

HSL color Cylindrical-coordinate representation of color #AAB35B: hue angle of 66.14º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAB35B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17017991-
CMYK0.0500.490.30
HSL66.14º36.67%52.94%-
HSV(B)66.14º49.16%70.2%-
XYZ34.5941.5416.09-
YUV166.2885.52130.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=38.64%
G=40.68%
B=20.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170179910.0500.490.3066.1436.6752.94
HexAAB35B50311E422535
Octal2522631335061361024565
Binary101010101011001110110111010110001111101000010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB35B; }

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

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

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

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

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

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

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

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