#AAB263

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

Shades of Olive Green #AAB263

Tints of Olive Green #AAB263

Color information

#AAB263 (or 0xAAB263) is unknown color: approx Olive Green. HEX triplet: AA, B2 and 63. RGB value is (170,178,99). Sum of RGB (Red+Green+Blue) = 170+178+99=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB263 is #554D9C. Grayscale: #A6A6A6. Windows color (decimal): -5590429 or 6533802. OLE color: 6533802.

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

Color convert

RGB17017899-
CMYK0.0400.440.30
HSL66.08º33.91%54.31%-
HSV(B)66.08º44.38%69.8%-
XYZ34.7541.2917.94-
YUV166.689.85130.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 178 (69.92% from 255) = 39.82%
BLUE value IS 99 (39.06% from 255) = 22.15%
R=38.03%
G=39.82%
B=22.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170178990.0400.440.3066.0833.9154.31
HexAAB263402C1E422236
Octal2522621434054361024266
Binary101010101011001011000111000101100111101000010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB263; }

 p { color: rgb(170,178,99); }

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

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

 a { background-color: rgb(170,178,99); }

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

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

 span { border-color: rgb(170,178,99); }

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