Shades of Spring Rain #ABCBA1
Tints of Spring Rain #ABCBA1
RGB
CMYK
RGB Variations
Color information
#ABCBA1 (or 0xABCBA1) is known color: Spring Rain. HEX triplet: AB, CB and A1. RGB value is (171,203,161). Sum of RGB (Red+Green+Blue) = 171+203+161=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBA1 is #54345E. Grayscale: #BCBCBC. Windows color (decimal): -5518431 or 10603435. OLE color: 10603435.
HSL color Cylindrical-coordinate representation of color #ABCBA1: hue angle of 105.71º 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 #ABCBA1 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 161 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.20 |
| HSL | 105.71º | 0.29% | 0.71% | - |
| HSV(B) | 105.71º | 0.21% | 0.8% | - |
| XYZ | 44.58 | 53.94 | 41.78 | - |
| YUV | 188.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 161 | 0.16 | 0 | 0.21 | 0.20 | 105.71 | 0.29 | 0.71 |
| Hex | AB | CB | A1 | 10 | 0 | 15 | 14 | 6A | 1D | 47 |
| Octal | 253 | 313 | 241 | 20 | 0 | 25 | 24 | 152 | 35 | 107 |
| Binary | 10101011 | 11001011 | 10100001 | 10000 | 0 | 10101 | 10100 | 1101010 | 11101 | 1000111 |
Color Harmonies of #ABCBA1
Complementary color
Monochromatic Colors of #ABCBA1
Black with #ABCBA1
Text Example
Text Example
White with #ABCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBA1; }
p { color: rgb(171,203,161); }
H1.HeaderClassName
{
color: #ABCBA1;
}
.AnyTagClassName
{
color: #ABCBA1;
}
</style>
background-color css
<style>
a { background-color: #ABCBA1; }
a { background-color: rgb(171,203,161); }
div.DivClassName
{
background-color: #ABCBA1;
}
.BgClassName
{
background-color: #ABCBA1;
}
</style>
border-color css
<style>
span { border-color: #ABCBA1; }
span { border-color: rgb(171,203,161); }
td.TdClassName
{
border-color: #ABCBA1;
}
.TagClassName
{
border-color: #ABCBA1;
}
</style>