Shades of Spring Rain #ABC99D
Tints of Spring Rain #ABC99D
RGB
CMYK
RGB Variations
Color information
#ABC99D (or 0xABC99D) is known color: Spring Rain. HEX triplet: AB, C9 and 9D. RGB value is (171,201,157). Sum of RGB (Red+Green+Blue) = 171+201+157=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC99D is #543662. Grayscale: #BBBBBB. Windows color (decimal): -5518947 or 10340779. OLE color: 10340779.
HSL color Cylindrical-coordinate representation of color #ABC99D: hue angle of 100.91º 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 #ABC99D is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 157 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.21 |
| HSL | 100.91º | 0.29% | 0.7% | - |
| HSV(B) | 100.91º | 0.22% | 0.79% | - |
| XYZ | 43.77 | 52.87 | 39.8 | - |
| YUV | 187.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 157 | 0.15 | 0 | 0.22 | 0.21 | 100.91 | 0.29 | 0.7 |
| Hex | AB | C9 | 9D | F | 0 | 16 | 15 | 65 | 1D | 46 |
| Octal | 253 | 311 | 235 | 17 | 0 | 26 | 25 | 145 | 35 | 106 |
| Binary | 10101011 | 11001001 | 10011101 | 1111 | 0 | 10110 | 10101 | 1100101 | 11101 | 1000110 |
Color Harmonies of #ABC99D
Complementary color
Monochromatic Colors of #ABC99D
Black with #ABC99D
Text Example
Text Example
White with #ABC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC99D; }
p { color: rgb(171,201,157); }
H1.HeaderClassName
{
color: #ABC99D;
}
.AnyTagClassName
{
color: #ABC99D;
}
</style>
background-color css
<style>
a { background-color: #ABC99D; }
a { background-color: rgb(171,201,157); }
div.DivClassName
{
background-color: #ABC99D;
}
.BgClassName
{
background-color: #ABC99D;
}
</style>
border-color css
<style>
span { border-color: #ABC99D; }
span { border-color: rgb(171,201,157); }
td.TdClassName
{
border-color: #ABC99D;
}
.TagClassName
{
border-color: #ABC99D;
}
</style>