Html Css Color HEX #AAB596 Green Spring

📋 copy color: '#AAB596'

red 170 ◦ green 181 ◦ blue 150

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

Shades of Green Spring #AAB596

Tints of Green Spring #AAB596

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.13%

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

R = 33.93%
G = 36.13%
B = 29.94%

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

#AAB596 (or 0xAAB596) is known color: Green Spring. HEX triplet: AA, B5 and 96. RGB value is (170,181,150). Sum of RGB (Red+Green+Blue) = 170+181+150=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB596 is #554A69. Grayscale: #AEAEAE. Windows color (decimal): -5589610 or 9876906. OLE color: 9876906.

HSL color Cylindrical-coordinate representation of color #AAB596: hue angle of 81.29º 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 #AAB596 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 150 -
CMYK 0.06 0 0.17 0.29
HSL 81.29º 0.17% 0.65% -
HSV(B) 81.29º 0.17% 0.71% -
XYZ 38.61 43.8 35.27 -
YUV 174.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 170 181 150 0.06 0 0.17 0.29 81.29 0.17 0.65
Hex AA B5 96 6 0 11 1D 51 11 41
Octal 252 265 226 6 0 21 35 121 21 101
Binary 10101010 10110101 10010110 110 0 10001 11101 1010001 10001 1000001

Color Harmonies of #AAB596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB596

Black with #AAB596

Text Example


Text Example

White with #AAB596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB596; }

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

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

background-color css

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

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

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

border-color css

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

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

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