Html Css Color HEX #AAAB50 Olive Green

📋 copy color: '#AAAB50'

red 170 ◦ green 171 ◦ blue 80

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

Shades of Olive Green #AAAB50

Tints of Olive Green #AAAB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19%

R = 40.38%
G = 40.62%
B = 19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AAAB50 (or 0xAAAB50) is known color: Olive Green. HEX triplet: AA, AB and 50. RGB value is (170,171,80). Sum of RGB (Red+Green+Blue) = 170+171+80=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB50 is #5554AF. Grayscale: #A0A0A0. Windows color (decimal): -5592240 or 5286826. OLE color: 5286826.

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

Color convert

RGB 170 171 80 -
CMYK 0.01 0 0.53 0.33
HSL 60.66º 0.36% 0.49% -
HSV(B) 60.66º 0.53% 0.67% -
XYZ 32.59 38.25 13.26 -
YUV 160.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 170 171 80 0.01 0 0.53 0.33 60.66 0.36 0.49
Hex AA AB 50 1 0 35 21 3D 24 31
Octal 252 253 120 1 0 65 41 75 44 61
Binary 10101010 10101011 1010000 1 0 110101 100001 111101 100100 110001

Color Harmonies of #AAAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB50

Black with #AAAB50

Text Example


Text Example

White with #AAAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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