#AAB154

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

Shades of Olive Green #AAB154

Tints of Olive Green #AAB154

Color information

#AAB154 (or 0xAAB154) is unknown color: approx Olive Green. HEX triplet: AA, B1 and 54. RGB value is (170,177,84). Sum of RGB (Red+Green+Blue) = 170+177+84=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB154 is #554EAB. Grayscale: #A4A4A4. Windows color (decimal): -5590700 or 5550506. OLE color: 5550506.

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

Color convert

RGB17017784-
CMYK0.0400.530.31
HSL64.52º37.35%51.18%-
HSV(B)64.52º52.54%69.41%-
XYZ33.940.6314.44-
YUV164.382.68132.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 84 (33.20% from 255) = 19.49%
R=39.44%
G=41.07%
B=19.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177840.0400.530.3164.5237.3551.18
HexAAB15440351F412533
Octal2522611244065371014563
Binary101010101011000110101001000110101111111000001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB154; }

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

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

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

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

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

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

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

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