Shades of Spring Rain #ABCB9F
Tints of Spring Rain #ABCB9F
RGB
CMYK
RGB Variations
Color information
#ABCB9F (or 0xABCB9F) is known color: Spring Rain. HEX triplet: AB, CB and 9F. RGB value is (171,203,159). Sum of RGB (Red+Green+Blue) = 171+203+159=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB9F is #543460. Grayscale: #BCBCBC. Windows color (decimal): -5518433 or 10472363. OLE color: 10472363.
HSL color Cylindrical-coordinate representation of color #ABCB9F: hue angle of 103.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABCB9F is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 159 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.20 |
| HSL | 103.64º | 0.3% | 0.71% | - |
| HSV(B) | 103.64º | 0.22% | 0.8% | - |
| XYZ | 44.41 | 53.87 | 40.86 | - |
| YUV | 188.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 159 | 0.16 | 0 | 0.22 | 0.20 | 103.64 | 0.3 | 0.71 |
| Hex | AB | CB | 9F | 10 | 0 | 16 | 14 | 68 | 1E | 47 |
| Octal | 253 | 313 | 237 | 20 | 0 | 26 | 24 | 150 | 36 | 107 |
| Binary | 10101011 | 11001011 | 10011111 | 10000 | 0 | 10110 | 10100 | 1101000 | 11110 | 1000111 |
Color Harmonies of #ABCB9F
Complementary color
Monochromatic Colors of #ABCB9F
Black with #ABCB9F
Text Example
Text Example
White with #ABCB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB9F; }
p { color: rgb(171,203,159); }
H1.HeaderClassName
{
color: #ABCB9F;
}
.AnyTagClassName
{
color: #ABCB9F;
}
</style>
background-color css
<style>
a { background-color: #ABCB9F; }
a { background-color: rgb(171,203,159); }
div.DivClassName
{
background-color: #ABCB9F;
}
.BgClassName
{
background-color: #ABCB9F;
}
</style>
border-color css
<style>
span { border-color: #ABCB9F; }
span { border-color: rgb(171,203,159); }
td.TdClassName
{
border-color: #ABCB9F;
}
.TagClassName
{
border-color: #ABCB9F;
}
</style>