#AAB45D

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

Shades of Olive Green #AAB45D

Tints of Olive Green #AAB45D

Color information

#AAB45D (or 0xAAB45D) is unknown color: approx Olive Green. HEX triplet: AA, B4 and 5D. RGB value is (170,180,93). Sum of RGB (Red+Green+Blue) = 170+180+93=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB45D is #554BA2. Grayscale: #A7A7A7. Windows color (decimal): -5589923 or 6141098. OLE color: 6141098.

HSL color Cylindrical-coordinate representation of color #AAB45D: hue angle of 66.9º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAB45D is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB17018093-
CMYK0.0600.480.29
HSL66.9º36.71%53.53%-
HSV(B)66.9º48.33%70.59%-
XYZ34.8741.9816.62-
YUV167.0986.19130.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=38.37%
G=40.63%
B=20.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170180930.0600.480.2966.936.7153.53
HexAAB45D60301D432536
Octal2522641356060351034566
Binary101010101011010010111011100110000111011000011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB45D; }

 p { color: rgb(170,180,93); }

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

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

 a { background-color: rgb(170,180,93); }

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

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

 span { border-color: rgb(170,180,93); }

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