#AAB051

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

Shades of Olive Green #AAB051

Tints of Olive Green #AAB051

Color information

#AAB051 (or 0xAAB051) is unknown color: approx Olive Green. HEX triplet: AA, B0 and 51. RGB value is (170,176,81). Sum of RGB (Red+Green+Blue) = 170+176+81=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB051 is #554FAE. Grayscale: #A3A3A3. Windows color (decimal): -5590959 or 5353642. OLE color: 5353642.

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

Color convert

RGB17017681-
CMYK0.0300.540.31
HSL63.79º37.55%50.39%-
HSV(B)63.79º53.98%69.02%-
XYZ33.5940.1913.77-
YUV163.3881.51132.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=39.81%
G=41.22%
B=18.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170176810.0300.540.3163.7937.5550.39
HexAAB05130361F402632
Octal2522601213066371004662
Binary10101010101100001010001110110110111111000000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB051; }

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

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

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

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

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

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

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

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