Shades of Spring Rain #ABCF9C
Tints of Spring Rain #ABCF9C
RGB
CMYK
RGB Variations
Color information
#ABCF9C (or 0xABCF9C) is known color: Spring Rain. HEX triplet: AB, CF and 9C. RGB value is (171,207,156). Sum of RGB (Red+Green+Blue) = 171+207+156=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF9C is #543063. Grayscale: #BEBEBE. Windows color (decimal): -5517412 or 10276779. OLE color: 10276779.
HSL color Cylindrical-coordinate representation of color #ABCF9C: hue angle of 102.35º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABCF9C is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 156 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.19 |
| HSL | 102.35º | 0.35% | 0.71% | - |
| HSV(B) | 102.35º | 0.25% | 0.81% | - |
| XYZ | 45.11 | 55.68 | 39.82 | - |
| YUV | 190.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 156 | 0.17 | 0 | 0.25 | 0.19 | 102.35 | 0.35 | 0.71 |
| Hex | AB | CF | 9C | 11 | 0 | 19 | 13 | 66 | 23 | 47 |
| Octal | 253 | 317 | 234 | 21 | 0 | 31 | 23 | 146 | 43 | 107 |
| Binary | 10101011 | 11001111 | 10011100 | 10001 | 0 | 11001 | 10011 | 1100110 | 100011 | 1000111 |
Color Harmonies of #ABCF9C
Complementary color
Monochromatic Colors of #ABCF9C
Black with #ABCF9C
Text Example
Text Example
White with #ABCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF9C; }
p { color: rgb(171,207,156); }
H1.HeaderClassName
{
color: #ABCF9C;
}
.AnyTagClassName
{
color: #ABCF9C;
}
</style>
background-color css
<style>
a { background-color: #ABCF9C; }
a { background-color: rgb(171,207,156); }
div.DivClassName
{
background-color: #ABCF9C;
}
.BgClassName
{
background-color: #ABCF9C;
}
</style>
border-color css
<style>
span { border-color: #ABCF9C; }
span { border-color: rgb(171,207,156); }
td.TdClassName
{
border-color: #ABCF9C;
}
.TagClassName
{
border-color: #ABCF9C;
}
</style>