Html Css Color HEX #AAB494 Green Spring

📋 copy color: '#AAB494'

red 170 ◦ green 180 ◦ blue 148

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

Shades of Green Spring #AAB494

Tints of Green Spring #AAB494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.72%

R = 34.14%
G = 36.14%
B = 29.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#AAB494 (or 0xAAB494) is known color: Green Spring. HEX triplet: AA, B4 and 94. RGB value is (170,180,148). Sum of RGB (Red+Green+Blue) = 170+180+148=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB494 is #554B6B. Grayscale: #ADADAD. Windows color (decimal): -5589868 or 9745578. OLE color: 9745578.

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

Color convert

RGB 170 180 148 -
CMYK 0.06 0 0.18 0.29
HSL 78.75º 0.18% 0.64% -
HSV(B) 78.75º 0.18% 0.71% -
XYZ 38.24 43.33 34.36 -
YUV 173.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 170 180 148 0.06 0 0.18 0.29 78.75 0.18 0.64
Hex AA B4 94 6 0 12 1D 4F 12 40
Octal 252 264 224 6 0 22 35 117 22 100
Binary 10101010 10110100 10010100 110 0 10010 11101 1001111 10010 1000000

Color Harmonies of #AAB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB494

Black with #AAB494

Text Example


Text Example

White with #AAB494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB494; }

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

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

background-color css

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

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

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

border-color css

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

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

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