Html Css Color HEX #AAB198 Green Spring

📋 copy color: '#AAB198'

red 170 ◦ green 177 ◦ blue 152

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

Shades of Green Spring #AAB198

Tints of Green Spring #AAB198

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.47%

 BLUE value IS 152 (59.77% from 255) = 30.46%

R = 34.07%
G = 35.47%
B = 30.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AAB198 (or 0xAAB198) is known color: Green Spring. HEX triplet: AA, B1 and 98. RGB value is (170,177,152). Sum of RGB (Red+Green+Blue) = 170+177+152=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB198 is #554E67. Grayscale: #ACACAC. Windows color (decimal): -5590632 or 10006954. OLE color: 10006954.

HSL color Cylindrical-coordinate representation of color #AAB198: hue angle of 76.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB198 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 152 -
CMYK 0.04 0 0.14 0.31
HSL 76.8º 0.14% 0.65% -
HSV(B) 76.8º 0.14% 0.69% -
XYZ 37.97 42.26 35.86 -
YUV 172.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 170 177 152 0.04 0 0.14 0.31 76.8 0.14 0.65
Hex AA B1 98 4 0 E 1F 4D E 41
Octal 252 261 230 4 0 16 37 115 16 101
Binary 10101010 10110001 10011000 100 0 1110 11111 1001101 1110 1000001

Color Harmonies of #AAB198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB198

Black with #AAB198

Text Example


Text Example

White with #AAB198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB198; }

 p { color: rgb(170,177,152); }

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

background-color css

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

 a { background-color: rgb(170,177,152); }

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

border-color css

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

 span { border-color: rgb(170,177,152); }

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