Html Css Color HEX #AAB496 Green Spring

📋 copy color: '#AAB496'

red 170 ◦ green 180 ◦ blue 150

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

Shades of Green Spring #AAB496

Tints of Green Spring #AAB496

RGB

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

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

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

R = 34%
G = 36%
B = 30%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#AAB496 (or 0xAAB496) is known color: Green Spring. HEX triplet: AA, B4 and 96. RGB value is (170,180,150). Sum of RGB (Red+Green+Blue) = 170+180+150=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB496 is #554B69. Grayscale: #ADADAD. Windows color (decimal): -5589866 or 9876650. OLE color: 9876650.

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

Color convert

RGB 170 180 150 -
CMYK 0.06 0 0.17 0.29
HSL 80º 0.17% 0.65% -
HSV(B) 80º 0.17% 0.71% -
XYZ 38.4 43.39 35.21 -
YUV 173.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 170 180 150 0.06 0 0.17 0.29 80 0.17 0.65
Hex AA B4 96 6 0 11 1D 50 11 41
Octal 252 264 226 6 0 21 35 120 21 101
Binary 10101010 10110100 10010110 110 0 10001 11101 1010000 10001 1000001

Color Harmonies of #AAB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB496

Black with #AAB496

Text Example


Text Example

White with #AAB496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB496; }

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

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

background-color css

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

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

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

border-color css

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

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

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