Html Css Color HEX #AAB966 Olive Green

📋 copy color: '#AAB966'

red 170 ◦ green 185 ◦ blue 102

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

Shades of Olive Green #AAB966

Tints of Olive Green #AAB966

RGB

 RED value IS 170 (66.8% from 255) = 37.2%

 GREEN value IS 185 (72.66% from 255) = 40.48%

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 37.2%
G = 40.48%
B = 22.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#AAB966 (or 0xAAB966) is known color: Olive Green. HEX triplet: AA, B9 and 66. RGB value is (170,185,102). Sum of RGB (Red+Green+Blue) = 170+185+102=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB966 is #554699. Grayscale: #ABABAB. Windows color (decimal): -5588634 or 6732202. OLE color: 6732202.

HSL color Cylindrical-coordinate representation of color #AAB966: hue angle of 70.84º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAB966 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 102 -
CMYK 0.08 0 0.45 0.27
HSL 70.84º 0.37% 0.56% -
HSV(B) 70.84º 0.45% 0.73% -
XYZ 36.32 44.2 19.19 -
YUV 171.05 89.03 127.25 -
System Red Green Blue C M Y K H S L
Decimal 170 185 102 0.08 0 0.45 0.27 70.84 0.37 0.56
Hex AA B9 66 8 0 2D 1B 47 25 38
Octal 252 271 146 10 0 55 33 107 45 70
Binary 10101010 10111001 1100110 1000 0 101101 11011 1000111 100101 111000

Color Harmonies of #AAB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB966

Black with #AAB966

Text Example


Text Example

White with #AAB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB966; }

 p { color: rgb(170,185,102); }

 H1.HeaderClassName
 {
   color: #AAB966;
 }
 .AnyTagClassName
 {
   color: #AAB966;
 }
</style>

background-color css

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

 a { background-color: rgb(170,185,102); }

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

border-color css

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

 span { border-color: rgb(170,185,102); }

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