Shades of Spring Rain #ABC9A0
Tints of Spring Rain #ABC9A0
RGB
CMYK
RGB Variations
Color information
#ABC9A0 (or 0xABC9A0) is known color: Spring Rain. HEX triplet: AB, C9 and A0. RGB value is (171,201,160). Sum of RGB (Red+Green+Blue) = 171+201+160=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9A0 is #54365F. Grayscale: #BBBBBB. Windows color (decimal): -5518944 or 10537387. OLE color: 10537387.
HSL color Cylindrical-coordinate representation of color #ABC9A0: hue angle of 103.9º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABC9A0 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 160 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.21 |
| HSL | 103.9º | 0.28% | 0.71% | - |
| HSV(B) | 103.9º | 0.2% | 0.79% | - |
| XYZ | 44.03 | 52.97 | 41.16 | - |
| YUV | 187.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 160 | 0.15 | 0 | 0.20 | 0.21 | 103.9 | 0.28 | 0.71 |
| Hex | AB | C9 | A0 | F | 0 | 14 | 15 | 68 | 1C | 47 |
| Octal | 253 | 311 | 240 | 17 | 0 | 24 | 25 | 150 | 34 | 107 |
| Binary | 10101011 | 11001001 | 10100000 | 1111 | 0 | 10100 | 10101 | 1101000 | 11100 | 1000111 |
Color Harmonies of #ABC9A0
Complementary color
Monochromatic Colors of #ABC9A0
Black with #ABC9A0
Text Example
Text Example
White with #ABC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9A0; }
p { color: rgb(171,201,160); }
H1.HeaderClassName
{
color: #ABC9A0;
}
.AnyTagClassName
{
color: #ABC9A0;
}
</style>
background-color css
<style>
a { background-color: #ABC9A0; }
a { background-color: rgb(171,201,160); }
div.DivClassName
{
background-color: #ABC9A0;
}
.BgClassName
{
background-color: #ABC9A0;
}
</style>
border-color css
<style>
span { border-color: #ABC9A0; }
span { border-color: rgb(171,201,160); }
td.TdClassName
{
border-color: #ABC9A0;
}
.TagClassName
{
border-color: #ABC9A0;
}
</style>