#AAB455

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

Shades of Olive Green #AAB455

Tints of Olive Green #AAB455

Color information

#AAB455 (or 0xAAB455) is unknown color: approx Olive Green. HEX triplet: AA, B4 and 55. RGB value is (170,180,85). Sum of RGB (Red+Green+Blue) = 170+180+85=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB455 is #554BAA. Grayscale: #A6A6A6. Windows color (decimal): -5589931 or 5616810. OLE color: 5616810.

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

Color convert

RGB17018085-
CMYK0.0600.530.29
HSL66.32º38.78%51.96%-
HSV(B)66.32º52.78%70.59%-
XYZ34.5441.8414.85-
YUV166.1882.19130.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 85 (33.59% from 255) = 19.54%
R=39.08%
G=41.38%
B=19.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170180850.0600.530.2966.3238.7851.96
HexAAB45560351D422734
Octal2522641256065351024764
Binary101010101011010010101011100110101111011000010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB455; }

 p { color: rgb(170,180,85); }

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

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

 a { background-color: rgb(170,180,85); }

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

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

 span { border-color: rgb(170,180,85); }

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