Html Css Color HEX #AAB497 Green Spring

📋 copy color: '#AAB497'

red 170 ◦ green 180 ◦ blue 151

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

Shades of Green Spring #AAB497

Tints of Green Spring #AAB497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.93%

 BLUE value IS 151 (59.38% from 255) = 30.14%

R = 33.93%
G = 35.93%
B = 30.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#AAB497 (or 0xAAB497) is known color: Green Spring. HEX triplet: AA, B4 and 97. RGB value is (170,180,151). Sum of RGB (Red+Green+Blue) = 170+180+151=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB497 is #554B68. Grayscale: #ADADAD. Windows color (decimal): -5589865 or 9942186. OLE color: 9942186.

HSL color Cylindrical-coordinate representation of color #AAB497: hue angle of 80.69º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB497 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 151 -
CMYK 0.06 0 0.16 0.29
HSL 80.69º 0.16% 0.65% -
HSV(B) 80.69º 0.16% 0.71% -
XYZ 38.48 43.42 35.63 -
YUV 173.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 170 180 151 0.06 0 0.16 0.29 80.69 0.16 0.65
Hex AA B4 97 6 0 10 1D 51 10 41
Octal 252 264 227 6 0 20 35 121 20 101
Binary 10101010 10110100 10010111 110 0 10000 11101 1010001 10000 1000001

Color Harmonies of #AAB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB497

Black with #AAB497

Text Example


Text Example

White with #AAB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB497; }

 p { color: rgb(170,180,151); }

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

background-color css

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

 a { background-color: rgb(170,180,151); }

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

border-color css

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

 span { border-color: rgb(170,180,151); }

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