Shades of Spring Rain #ABC997
Tints of Spring Rain #ABC997
RGB
CMYK
RGB Variations
Color information
#ABC997 (or 0xABC997) is known color: Spring Rain. HEX triplet: AB, C9 and 97. RGB value is (171,201,151). Sum of RGB (Red+Green+Blue) = 171+201+151=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC997 is #543668. Grayscale: #BABABA. Windows color (decimal): -5518953 or 9947563. OLE color: 9947563.
HSL color Cylindrical-coordinate representation of color #ABC997: hue angle of 96º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC997 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 151 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.21 |
| HSL | 96º | 0.32% | 0.69% | - |
| HSV(B) | 96º | 0.25% | 0.79% | - |
| XYZ | 43.27 | 52.67 | 37.16 | - |
| YUV | 186.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 151 | 0.15 | 0 | 0.25 | 0.21 | 96 | 0.32 | 0.69 |
| Hex | AB | C9 | 97 | F | 0 | 19 | 15 | 60 | 20 | 45 |
| Octal | 253 | 311 | 227 | 17 | 0 | 31 | 25 | 140 | 40 | 105 |
| Binary | 10101011 | 11001001 | 10010111 | 1111 | 0 | 11001 | 10101 | 1100000 | 100000 | 1000101 |
Color Harmonies of #ABC997
Complementary color
Monochromatic Colors of #ABC997
Black with #ABC997
Text Example
Text Example
White with #ABC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC997; }
p { color: rgb(171,201,151); }
H1.HeaderClassName
{
color: #ABC997;
}
.AnyTagClassName
{
color: #ABC997;
}
</style>
background-color css
<style>
a { background-color: #ABC997; }
a { background-color: rgb(171,201,151); }
div.DivClassName
{
background-color: #ABC997;
}
.BgClassName
{
background-color: #ABC997;
}
</style>
border-color css
<style>
span { border-color: #ABC997; }
span { border-color: rgb(171,201,151); }
td.TdClassName
{
border-color: #ABC997;
}
.TagClassName
{
border-color: #ABC997;
}
</style>