Html Css Color HEX #AAB263 Olive Green

📋 copy color: '#AAB263'

red 170 ◦ green 178 ◦ blue 99

#AAB263
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AAB263

Tints of Olive Green #AAB263

RGB

 RED value IS 170 (66.8% 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 value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#AAB263 (or 0xAAB263) is known color: 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

RGB 170 178 99 -
CMYK 0.04 0 0.44 0.30
HSL 66.08º 0.34% 0.54% -
HSV(B) 66.08º 0.44% 0.7% -
XYZ 34.75 41.29 17.94 -
YUV 166.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 170 178 99 0.04 0 0.44 0.30 66.08 0.34 0.54
Hex AA B2 63 4 0 2C 1E 42 22 36
Octal 252 262 143 4 0 54 36 102 42 66
Binary 10101010 10110010 1100011 100 0 101100 11110 1000010 100010 110110

Color Harmonies of #AAB263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB263

Black with #AAB263

Text Example


Text Example

White with #AAB263

Text Example


Text Example

HTML Codes & Css Web 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>