#AAB151

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

Shades of Olive Green #AAB151

Tints of Olive Green #AAB151

Color information

#AAB151 (or 0xAAB151) is unknown color: approx Olive Green. HEX triplet: AA, B1 and 51. RGB value is (170,177,81). Sum of RGB (Red+Green+Blue) = 170+177+81=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB151 is #554EAE. Grayscale: #A4A4A4. Windows color (decimal): -5590703 or 5353898. OLE color: 5353898.

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

Color convert

RGB17017781-
CMYK0.0400.540.31
HSL64.38º38.1%50.59%-
HSV(B)64.38º54.24%69.41%-
XYZ33.7840.5813.84-
YUV163.9681.18132.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 177 (69.53% from 255) = 41.36%
BLUE value IS 81 (32.03% from 255) = 18.93%
R=39.72%
G=41.36%
B=18.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177810.0400.540.3164.3838.150.59
HexAAB15140361F402633
Octal2522611214066371004663
Binary101010101011000110100011000110110111111000000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB151; }

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

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

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

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

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

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

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

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