Shades of Spring Rain #ABC5A2
Tints of Spring Rain #ABC5A2
RGB
CMYK
RGB Variations
Color information
#ABC5A2 (or 0xABC5A2) is known color: Spring Rain. HEX triplet: AB, C5 and A2. RGB value is (171,197,162). Sum of RGB (Red+Green+Blue) = 171+197+162=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC5A2 is #543A5D. Grayscale: #B9B9B9. Windows color (decimal): -5519966 or 10667435. OLE color: 10667435.
HSL color Cylindrical-coordinate representation of color #ABC5A2: hue angle of 104.57º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC5A2 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 162 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.23 |
| HSL | 104.57º | 0.23% | 0.7% | - |
| HSV(B) | 104.57º | 0.18% | 0.77% | - |
| XYZ | 43.28 | 51.2 | 41.78 | - |
| YUV | 185.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 162 | 0.13 | 0 | 0.18 | 0.23 | 104.57 | 0.23 | 0.7 |
| Hex | AB | C5 | A2 | D | 0 | 12 | 17 | 69 | 17 | 46 |
| Octal | 253 | 305 | 242 | 15 | 0 | 22 | 27 | 151 | 27 | 106 |
| Binary | 10101011 | 11000101 | 10100010 | 1101 | 0 | 10010 | 10111 | 1101001 | 10111 | 1000110 |
Color Harmonies of #ABC5A2
Complementary color
Monochromatic Colors of #ABC5A2
Black with #ABC5A2
Text Example
Text Example
White with #ABC5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5A2; }
p { color: rgb(171,197,162); }
H1.HeaderClassName
{
color: #ABC5A2;
}
.AnyTagClassName
{
color: #ABC5A2;
}
</style>
background-color css
<style>
a { background-color: #ABC5A2; }
a { background-color: rgb(171,197,162); }
div.DivClassName
{
background-color: #ABC5A2;
}
.BgClassName
{
background-color: #ABC5A2;
}
</style>
border-color css
<style>
span { border-color: #ABC5A2; }
span { border-color: rgb(171,197,162); }
td.TdClassName
{
border-color: #ABC5A2;
}
.TagClassName
{
border-color: #ABC5A2;
}
</style>