Html Css Color HEX #AAB499 Green Spring

📋 copy color: '#AAB499'

red 170 ◦ green 180 ◦ blue 153

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

Shades of Green Spring #AAB499

Tints of Green Spring #AAB499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.42%

R = 33.8%
G = 35.79%
B = 30.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#AAB499 (or 0xAAB499) is known color: Green Spring. HEX triplet: AA, B4 and 99. RGB value is (170,180,153). Sum of RGB (Red+Green+Blue) = 170+180+153=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB499 is #554B66. Grayscale: #AEAEAE. Windows color (decimal): -5589863 or 10073258. OLE color: 10073258.

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

Color convert

RGB 170 180 153 -
CMYK 0.06 0 0.15 0.29
HSL 82.22º 0.15% 0.65% -
HSV(B) 82.22º 0.15% 0.71% -
XYZ 38.65 43.49 36.49 -
YUV 173.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 170 180 153 0.06 0 0.15 0.29 82.22 0.15 0.65
Hex AA B4 99 6 0 F 1D 52 F 41
Octal 252 264 231 6 0 17 35 122 17 101
Binary 10101010 10110100 10011001 110 0 1111 11101 1010010 1111 1000001

Color Harmonies of #AAB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB499

Black with #AAB499

Text Example


Text Example

White with #AAB499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB499; }

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

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

background-color css

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

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

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

border-color css

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

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

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