Html Css Color HEX #AAAB5B Olive Green

📋 copy color: '#AAAB5B'

red 170 ◦ green 171 ◦ blue 91

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

Shades of Olive Green #AAAB5B

Tints of Olive Green #AAAB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.06%

R = 39.35%
G = 39.58%
B = 21.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AAAB5B (or 0xAAAB5B) is known color: Olive Green. HEX triplet: AA, AB and 5B. RGB value is (170,171,91). Sum of RGB (Red+Green+Blue) = 170+171+91=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB5B is #5554A4. Grayscale: #A1A1A1. Windows color (decimal): -5592229 or 6007722. OLE color: 6007722.

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

Color convert

RGB 170 171 91 -
CMYK 0.01 0 0.47 0.33
HSL 60.75º 0.32% 0.51% -
HSV(B) 60.75º 0.47% 0.67% -
XYZ 33.03 38.43 15.57 -
YUV 161.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 170 171 91 0.01 0 0.47 0.33 60.75 0.32 0.51
Hex AA AB 5B 1 0 2F 21 3D 20 33
Octal 252 253 133 1 0 57 41 75 40 63
Binary 10101010 10101011 1011011 1 0 101111 100001 111101 100000 110011

Color Harmonies of #AAAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB5B

Black with #AAAB5B

Text Example


Text Example

White with #AAAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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