Html Css Color HEX #AAB196 Green Spring

📋 copy color: '#AAB196'

red 170 ◦ green 177 ◦ blue 150

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

Shades of Green Spring #AAB196

Tints of Green Spring #AAB196

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.61%

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 34.21%
G = 35.61%
B = 30.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AAB196 (or 0xAAB196) is known color: Green Spring. HEX triplet: AA, B1 and 96. RGB value is (170,177,150). Sum of RGB (Red+Green+Blue) = 170+177+150=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB196 is #554E69. Grayscale: #ABABAB. Windows color (decimal): -5590634 or 9875882. OLE color: 9875882.

HSL color Cylindrical-coordinate representation of color #AAB196: hue angle of 75.56º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB196 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 150 -
CMYK 0.04 0 0.15 0.31
HSL 75.56º 0.15% 0.64% -
HSV(B) 75.56º 0.15% 0.69% -
XYZ 37.8 42.19 35.01 -
YUV 171.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 170 177 150 0.04 0 0.15 0.31 75.56 0.15 0.64
Hex AA B1 96 4 0 F 1F 4C F 40
Octal 252 261 226 4 0 17 37 114 17 100
Binary 10101010 10110001 10010110 100 0 1111 11111 1001100 1111 1000000

Color Harmonies of #AAB196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB196

Black with #AAB196

Text Example


Text Example

White with #AAB196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB196; }

 p { color: rgb(170,177,150); }

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

background-color css

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

 a { background-color: rgb(170,177,150); }

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

border-color css

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

 span { border-color: rgb(170,177,150); }

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