Html Css Color HEX #AAAB59 Olive Green

📋 copy color: '#AAAB59'

red 170 ◦ green 171 ◦ blue 89

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

Shades of Olive Green #AAAB59

Tints of Olive Green #AAAB59

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

 BLUE value IS 89 (35.16% from 255) = 20.7%

R = 39.53%
G = 39.77%
B = 20.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AAAB59 (or 0xAAAB59) is known color: Olive Green. HEX triplet: AA, AB and 59. RGB value is (170,171,89). Sum of RGB (Red+Green+Blue) = 170+171+89=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB59 is #5554A6. Grayscale: #A1A1A1. Windows color (decimal): -5592231 or 5876650. OLE color: 5876650.

HSL color Cylindrical-coordinate representation of color #AAAB59: hue angle of 60.73º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAAB59 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 89 -
CMYK 0.01 0 0.48 0.33
HSL 60.73º 0.33% 0.51% -
HSV(B) 60.73º 0.48% 0.67% -
XYZ 32.94 38.39 15.13 -
YUV 161.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 170 171 89 0.01 0 0.48 0.33 60.73 0.33 0.51
Hex AA AB 59 1 0 30 21 3D 21 33
Octal 252 253 131 1 0 60 41 75 41 63
Binary 10101010 10101011 1011001 1 0 110000 100001 111101 100001 110011

Color Harmonies of #AAAB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB59

Black with #AAAB59

Text Example


Text Example

White with #AAAB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB59; }

 p { color: rgb(170,171,89); }

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

background-color css

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

 a { background-color: rgb(170,171,89); }

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

border-color css

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

 span { border-color: rgb(170,171,89); }

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