Shades of Spring Rain #ABC99C
Tints of Spring Rain #ABC99C
RGB
CMYK
RGB Variations
Color information
#ABC99C (or 0xABC99C) is known color: Spring Rain. HEX triplet: AB, C9 and 9C. RGB value is (171,201,156). Sum of RGB (Red+Green+Blue) = 171+201+156=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC99C is #543663. Grayscale: #BBBBBB. Windows color (decimal): -5518948 or 10275243. OLE color: 10275243.
HSL color Cylindrical-coordinate representation of color #ABC99C: hue angle of 100º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC99C is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 156 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.21 |
| HSL | 100º | 0.29% | 0.7% | - |
| HSV(B) | 100º | 0.22% | 0.79% | - |
| XYZ | 43.68 | 52.83 | 39.35 | - |
| YUV | 186.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 156 | 0.15 | 0 | 0.22 | 0.21 | 100 | 0.29 | 0.7 |
| Hex | AB | C9 | 9C | F | 0 | 16 | 15 | 64 | 1D | 46 |
| Octal | 253 | 311 | 234 | 17 | 0 | 26 | 25 | 144 | 35 | 106 |
| Binary | 10101011 | 11001001 | 10011100 | 1111 | 0 | 10110 | 10101 | 1100100 | 11101 | 1000110 |
Color Harmonies of #ABC99C
Complementary color
Monochromatic Colors of #ABC99C
Black with #ABC99C
Text Example
Text Example
White with #ABC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC99C; }
p { color: rgb(171,201,156); }
H1.HeaderClassName
{
color: #ABC99C;
}
.AnyTagClassName
{
color: #ABC99C;
}
</style>
background-color css
<style>
a { background-color: #ABC99C; }
a { background-color: rgb(171,201,156); }
div.DivClassName
{
background-color: #ABC99C;
}
.BgClassName
{
background-color: #ABC99C;
}
</style>
border-color css
<style>
span { border-color: #ABC99C; }
span { border-color: rgb(171,201,156); }
td.TdClassName
{
border-color: #ABC99C;
}
.TagClassName
{
border-color: #ABC99C;
}
</style>