Html Css Color HEX #AAB490 Green Spring

📋 copy color: '#AAB490'

red 170 ◦ green 180 ◦ blue 144

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

Shades of Green Spring #AAB490

Tints of Green Spring #AAB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.44%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 34.41%
G = 36.44%
B = 29.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#AAB490 (or 0xAAB490) is known color: Green Spring. HEX triplet: AA, B4 and 90. RGB value is (170,180,144). Sum of RGB (Red+Green+Blue) = 170+180+144=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB490 is #554B6F. Grayscale: #ADADAD. Windows color (decimal): -5589872 or 9483434. OLE color: 9483434.

HSL color Cylindrical-coordinate representation of color #AAB490: hue angle of 76.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAB490 is Cyan = 0.06, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 144 -
CMYK 0.06 0 0.2 0.29
HSL 76.67º 0.19% 0.64% -
HSV(B) 76.67º 0.2% 0.71% -
XYZ 37.93 43.2 32.73 -
YUV 172.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 170 180 144 0.06 0 0.2 0.29 76.67 0.19 0.64
Hex AA B4 90 6 0 14 1D 4D 13 40
Octal 252 264 220 6 0 24 35 115 23 100
Binary 10101010 10110100 10010000 110 0 10100 11101 1001101 10011 1000000

Color Harmonies of #AAB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB490

Black with #AAB490

Text Example


Text Example

White with #AAB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB490; }

 p { color: rgb(170,180,144); }

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

background-color css

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

 a { background-color: rgb(170,180,144); }

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

border-color css

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

 span { border-color: rgb(170,180,144); }

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