#AAB353

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

Shades of Olive Green #AAB353

Tints of Olive Green #AAB353

Color information

#AAB353 (or 0xAAB353) is unknown color: approx Olive Green. HEX triplet: AA, B3 and 53. RGB value is (170,179,83). Sum of RGB (Red+Green+Blue) = 170+179+83=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB353 is #554CAC. Grayscale: #A5A5A5. Windows color (decimal): -5590189 or 5485482. OLE color: 5485482.

HSL color Cylindrical-coordinate representation of color #AAB353: hue angle of 65.62º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAB353 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB17017983-
CMYK0.0500.540.30
HSL65.62º38.71%51.37%-
HSV(B)65.62º53.63%70.2%-
XYZ34.2641.4114.37-
YUV165.3681.52131.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 83 (32.81% from 255) = 19.21%
R=39.35%
G=41.44%
B=19.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170179830.0500.540.3065.6238.7151.37
HexAAB35350361E422733
Octal2522631235066361024763
Binary101010101011001110100111010110110111101000010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB353; }

 p { color: rgb(170,179,83); }

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

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

 a { background-color: rgb(170,179,83); }

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

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

 span { border-color: rgb(170,179,83); }

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