Shades of Spring Rain #ABC4A3
Tints of Spring Rain #ABC4A3
RGB
CMYK
RGB Variations
Color information
#ABC4A3 (or 0xABC4A3) is known color: Spring Rain. HEX triplet: AB, C4 and A3. RGB value is (171,196,163). Sum of RGB (Red+Green+Blue) = 171+196+163=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC4A3 is #543B5C. Grayscale: #B8B8B8. Windows color (decimal): -5520221 or 10732715. OLE color: 10732715.
HSL color Cylindrical-coordinate representation of color #ABC4A3: hue angle of 105.45º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABC4A3 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 163 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.23 |
| HSL | 105.45º | 0.22% | 0.7% | - |
| HSV(B) | 105.45º | 0.17% | 0.77% | - |
| XYZ | 43.15 | 50.78 | 42.18 | - |
| YUV | 184.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 163 | 0.13 | 0 | 0.17 | 0.23 | 105.45 | 0.22 | 0.7 |
| Hex | AB | C4 | A3 | D | 0 | 11 | 17 | 69 | 16 | 46 |
| Octal | 253 | 304 | 243 | 15 | 0 | 21 | 27 | 151 | 26 | 106 |
| Binary | 10101011 | 11000100 | 10100011 | 1101 | 0 | 10001 | 10111 | 1101001 | 10110 | 1000110 |
Color Harmonies of #ABC4A3
Complementary color
Monochromatic Colors of #ABC4A3
Black with #ABC4A3
Text Example
Text Example
White with #ABC4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4A3; }
p { color: rgb(171,196,163); }
H1.HeaderClassName
{
color: #ABC4A3;
}
.AnyTagClassName
{
color: #ABC4A3;
}
</style>
background-color css
<style>
a { background-color: #ABC4A3; }
a { background-color: rgb(171,196,163); }
div.DivClassName
{
background-color: #ABC4A3;
}
.BgClassName
{
background-color: #ABC4A3;
}
</style>
border-color css
<style>
span { border-color: #ABC4A3; }
span { border-color: rgb(171,196,163); }
td.TdClassName
{
border-color: #ABC4A3;
}
.TagClassName
{
border-color: #ABC4A3;
}
</style>