Html Css Color HEX #AAAB5D Olive Green

📋 copy color: '#AAAB5D'

red 170 ◦ green 171 ◦ blue 93

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

Shades of Olive Green #AAAB5D

Tints of Olive Green #AAAB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 39.17%
G = 39.4%
B = 21.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AAAB5D (or 0xAAAB5D) is known color: Olive Green. HEX triplet: AA, AB and 5D. RGB value is (170,171,93). Sum of RGB (Red+Green+Blue) = 170+171+93=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB5D is #5554A2. Grayscale: #A2A2A2. Windows color (decimal): -5592227 or 6138794. OLE color: 6138794.

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

Color convert

RGB 170 171 93 -
CMYK 0.01 0 0.46 0.33
HSL 60.77º 0.32% 0.52% -
HSV(B) 60.77º 0.46% 0.67% -
XYZ 33.12 38.46 16.03 -
YUV 161.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 170 171 93 0.01 0 0.46 0.33 60.77 0.32 0.52
Hex AA AB 5D 1 0 2E 21 3D 20 34
Octal 252 253 135 1 0 56 41 75 40 64
Binary 10101010 10101011 1011101 1 0 101110 100001 111101 100000 110100

Color Harmonies of #AAAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB5D

Black with #AAAB5D

Text Example


Text Example

White with #AAAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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