Html Css Color HEX #AAB391 Green Spring

📋 copy color: '#AAB391'

red 170 ◦ green 179 ◦ blue 145

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

Shades of Green Spring #AAB391

Tints of Green Spring #AAB391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.35%

R = 34.41%
G = 36.23%
B = 29.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#AAB391 (or 0xAAB391) is known color: Green Spring. HEX triplet: AA, B3 and 91. RGB value is (170,179,145). Sum of RGB (Red+Green+Blue) = 170+179+145=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB391 is #554C6E. Grayscale: #ACACAC. Windows color (decimal): -5590127 or 9548714. OLE color: 9548714.

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

Color convert

RGB 170 179 145 -
CMYK 0.05 0 0.19 0.30
HSL 75.88º 0.18% 0.64% -
HSV(B) 75.88º 0.19% 0.7% -
XYZ 37.81 42.83 33.06 -
YUV 172.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 170 179 145 0.05 0 0.19 0.30 75.88 0.18 0.64
Hex AA B3 91 5 0 13 1E 4C 12 40
Octal 252 263 221 5 0 23 36 114 22 100
Binary 10101010 10110011 10010001 101 0 10011 11110 1001100 10010 1000000

Color Harmonies of #AAB391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB391

Black with #AAB391

Text Example


Text Example

White with #AAB391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB391; }

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

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

background-color css

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

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

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

border-color css

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

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

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