Html Css Color HEX #AAB396 Green Spring

📋 copy color: '#AAB396'

red 170 ◦ green 179 ◦ blue 150

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

Shades of Green Spring #AAB396

Tints of Green Spring #AAB396

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

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

R = 34.07%
G = 35.87%
B = 30.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#AAB396 (or 0xAAB396) is known color: Green Spring. HEX triplet: AA, B3 and 96. RGB value is (170,179,150). Sum of RGB (Red+Green+Blue) = 170+179+150=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB396 is #554C69. Grayscale: #ADADAD. Windows color (decimal): -5590122 or 9876394. OLE color: 9876394.

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

Color convert

RGB 170 179 150 -
CMYK 0.05 0 0.16 0.30
HSL 78.62º 0.16% 0.65% -
HSV(B) 78.62º 0.16% 0.7% -
XYZ 38.2 42.99 35.14 -
YUV 173 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 170 179 150 0.05 0 0.16 0.30 78.62 0.16 0.65
Hex AA B3 96 5 0 10 1E 4F 10 41
Octal 252 263 226 5 0 20 36 117 20 101
Binary 10101010 10110011 10010110 101 0 10000 11110 1001111 10000 1000001

Color Harmonies of #AAB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB396

Black with #AAB396

Text Example


Text Example

White with #AAB396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB396; }

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

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

background-color css

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

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

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

border-color css

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

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

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