Html Css Color HEX #AAB696 Green Spring

📋 copy color: '#AAB696'

red 170 ◦ green 182 ◦ blue 150

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

Shades of Green Spring #AAB696

Tints of Green Spring #AAB696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.25%

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

R = 33.86%
G = 36.25%
B = 29.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#AAB696 (or 0xAAB696) is known color: Green Spring. HEX triplet: AA, B6 and 96. RGB value is (170,182,150). Sum of RGB (Red+Green+Blue) = 170+182+150=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB696 is #554969. Grayscale: #AEAEAE. Windows color (decimal): -5589354 or 9877162. OLE color: 9877162.

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

Color convert

RGB 170 182 150 -
CMYK 0.07 0 0.18 0.29
HSL 82.5º 0.18% 0.65% -
HSV(B) 82.5º 0.18% 0.71% -
XYZ 38.81 44.2 35.34 -
YUV 174.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 170 182 150 0.07 0 0.18 0.29 82.5 0.18 0.65
Hex AA B6 96 7 0 12 1D 52 12 41
Octal 252 266 226 7 0 22 35 122 22 101
Binary 10101010 10110110 10010110 111 0 10010 11101 1010010 10010 1000001

Color Harmonies of #AAB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB696

Black with #AAB696

Text Example


Text Example

White with #AAB696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB696; }

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

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

background-color css

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

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

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

border-color css

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

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

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