#AAB364

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

Shades of Olive Green #AAB364

Tints of Olive Green #AAB364

Color information

#AAB364 (or 0xAAB364) is unknown color: approx Olive Green. HEX triplet: AA, B3 and 64. RGB value is (170,179,100). Sum of RGB (Red+Green+Blue) = 170+179+100=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB364 is #554C9B. Grayscale: #A7A7A7. Windows color (decimal): -5590172 or 6599594. OLE color: 6599594.

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

Color convert

RGB170179100-
CMYK0.0500.440.30
HSL66.84º34.2%54.71%-
HSV(B)66.84º44.13%70.2%-
XYZ3541.7118.26-
YUV167.390.02129.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=37.86%
G=39.87%
B=22.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791000.0500.440.3066.8434.254.71
HexAAB364502C1E432237
Octal2522631445054361034267
Binary101010101011001111001001010101100111101000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB364; }

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

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

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

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

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

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

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

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