Html Css Color HEX #AAB395 Green Spring

📋 copy color: '#AAB395'

red 170 ◦ green 179 ◦ blue 149

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

Shades of Green Spring #AAB395

Tints of Green Spring #AAB395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.92%

R = 34.14%
G = 35.94%
B = 29.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#AAB395 (or 0xAAB395) is known color: Green Spring. HEX triplet: AA, B3 and 95. RGB value is (170,179,149). Sum of RGB (Red+Green+Blue) = 170+179+149=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB395 is #554C6A. Grayscale: #ADADAD. Windows color (decimal): -5590123 or 9810858. OLE color: 9810858.

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

Color convert

RGB 170 179 149 -
CMYK 0.05 0 0.17 0.30
HSL 78º 0.16% 0.64% -
HSV(B) 78º 0.17% 0.7% -
XYZ 38.12 42.96 34.72 -
YUV 172.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 170 179 149 0.05 0 0.17 0.30 78 0.16 0.64
Hex AA B3 95 5 0 11 1E 4E 10 40
Octal 252 263 225 5 0 21 36 116 20 100
Binary 10101010 10110011 10010101 101 0 10001 11110 1001110 10000 1000000

Color Harmonies of #AAB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB395

Black with #AAB395

Text Example


Text Example

White with #AAB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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