Html Css Color HEX #AAB866 Olive Green

📋 copy color: '#AAB866'

red 170 ◦ green 184 ◦ blue 102

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

Shades of Olive Green #AAB866

Tints of Olive Green #AAB866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

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

R = 37.28%
G = 40.35%
B = 22.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#AAB866 (or 0xAAB866) is known color: Olive Green. HEX triplet: AA, B8 and 66. RGB value is (170,184,102). Sum of RGB (Red+Green+Blue) = 170+184+102=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB866 is #554799. Grayscale: #AAAAAA. Windows color (decimal): -5588890 or 6731946. OLE color: 6731946.

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

Color convert

RGB 170 184 102 -
CMYK 0.08 0 0.45 0.28
HSL 70.24º 0.37% 0.56% -
HSV(B) 70.24º 0.45% 0.72% -
XYZ 36.12 43.79 19.12 -
YUV 170.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 170 184 102 0.08 0 0.45 0.28 70.24 0.37 0.56
Hex AA B8 66 8 0 2D 1C 46 25 38
Octal 252 270 146 10 0 55 34 106 45 70
Binary 10101010 10111000 1100110 1000 0 101101 11100 1000110 100101 111000

Color Harmonies of #AAB866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB866

Black with #AAB866

Text Example


Text Example

White with #AAB866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB866; }

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

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

background-color css

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

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

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

border-color css

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

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

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