#AAB05F

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

Shades of Olive Green #AAB05F

Tints of Olive Green #AAB05F

Color information

#AAB05F (or 0xAAB05F) is unknown color: approx Olive Green. HEX triplet: AA, B0 and 5F. RGB value is (170,176,95). Sum of RGB (Red+Green+Blue) = 170+176+95=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB05F is #554FA0. Grayscale: #A5A5A5. Windows color (decimal): -5590945 or 6271146. OLE color: 6271146.

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

Color convert

RGB17017695-
CMYK0.0300.460.31
HSL64.44º33.89%53.14%-
HSV(B)64.44º46.02%69.02%-
XYZ34.1740.4216.83-
YUV164.9788.51131.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=38.55%
G=39.91%
B=21.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170176950.0300.460.3164.4433.8953.14
HexAAB05F302E1F402235
Octal2522601373056371004265
Binary10101010101100001011111110101110111111000000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB05F; }

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

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

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

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

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

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

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

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