#AAB156

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

Shades of Olive Green #AAB156

Tints of Olive Green #AAB156

Color information

#AAB156 (or 0xAAB156) is unknown color: approx Olive Green. HEX triplet: AA, B1 and 56. RGB value is (170,177,86). Sum of RGB (Red+Green+Blue) = 170+177+86=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB156 is #554EA9. Grayscale: #A4A4A4. Windows color (decimal): -5590698 or 5681578. OLE color: 5681578.

HSL color Cylindrical-coordinate representation of color #AAB156: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAB156 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17017786-
CMYK0.0400.510.31
HSL64.62º36.84%51.57%-
HSV(B)64.62º51.41%69.41%-
XYZ33.9840.6614.86-
YUV164.5383.68131.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 86 (33.98% from 255) = 19.86%
R=39.26%
G=40.88%
B=19.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177860.0400.510.3164.6236.8451.57
HexAAB15640331F412534
Octal2522611264063371014564
Binary101010101011000110101101000110011111111000001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB156; }

 p { color: rgb(170,177,86); }

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

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

 a { background-color: rgb(170,177,86); }

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

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

 span { border-color: rgb(170,177,86); }

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