Shades of Spring Rain #ABCBA0
Tints of Spring Rain #ABCBA0
RGB
CMYK
RGB Variations
Color information
#ABCBA0 (or 0xABCBA0) is known color: Spring Rain. HEX triplet: AB, CB and A0. RGB value is (171,203,160). Sum of RGB (Red+Green+Blue) = 171+203+160=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBA0 is #54345F. Grayscale: #BCBCBC. Windows color (decimal): -5518432 or 10537899. OLE color: 10537899.
HSL color Cylindrical-coordinate representation of color #ABCBA0: hue angle of 104.65º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABCBA0 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 160 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.20 |
| HSL | 104.65º | 0.29% | 0.71% | - |
| HSV(B) | 104.65º | 0.21% | 0.8% | - |
| XYZ | 44.5 | 53.91 | 41.32 | - |
| YUV | 188.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 160 | 0.16 | 0 | 0.21 | 0.20 | 104.65 | 0.29 | 0.71 |
| Hex | AB | CB | A0 | 10 | 0 | 15 | 14 | 69 | 1D | 47 |
| Octal | 253 | 313 | 240 | 20 | 0 | 25 | 24 | 151 | 35 | 107 |
| Binary | 10101011 | 11001011 | 10100000 | 10000 | 0 | 10101 | 10100 | 1101001 | 11101 | 1000111 |
Color Harmonies of #ABCBA0
Complementary color
Monochromatic Colors of #ABCBA0
Black with #ABCBA0
Text Example
Text Example
White with #ABCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBA0; }
p { color: rgb(171,203,160); }
H1.HeaderClassName
{
color: #ABCBA0;
}
.AnyTagClassName
{
color: #ABCBA0;
}
</style>
background-color css
<style>
a { background-color: #ABCBA0; }
a { background-color: rgb(171,203,160); }
div.DivClassName
{
background-color: #ABCBA0;
}
.BgClassName
{
background-color: #ABCBA0;
}
</style>
border-color css
<style>
span { border-color: #ABCBA0; }
span { border-color: rgb(171,203,160); }
td.TdClassName
{
border-color: #ABCBA0;
}
.TagClassName
{
border-color: #ABCBA0;
}
</style>