#AAB15F

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

Shades of Olive Green #AAB15F

Tints of Olive Green #AAB15F

Color information

#AAB15F (or 0xAAB15F) is unknown color: approx Olive Green. HEX triplet: AA, B1 and 5F. RGB value is (170,177,95). Sum of RGB (Red+Green+Blue) = 170+177+95=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB15F is #554EA0. Grayscale: #A5A5A5. Windows color (decimal): -5590689 or 6271402. OLE color: 6271402.

HSL color Cylindrical-coordinate representation of color #AAB15F: hue angle of 65.12º 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 #AAB15F is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17017795-
CMYK0.0400.460.31
HSL65.12º34.45%53.33%-
HSV(B)65.12º46.33%69.41%-
XYZ34.3740.8216.89-
YUV165.5688.18131.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 177 (69.53% from 255) = 40.05%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=38.46%
G=40.05%
B=21.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177950.0400.460.3165.1234.4553.33
HexAAB15F402E1F412235
Octal2522611374056371014265
Binary101010101011000110111111000101110111111000001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB15F; }

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

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

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

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

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

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

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

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