Shades of Spring Rain #ABC999
Tints of Spring Rain #ABC999
RGB
CMYK
RGB Variations
Color information
#ABC999 (or 0xABC999) is known color: Spring Rain. HEX triplet: AB, C9 and 99. RGB value is (171,201,153). Sum of RGB (Red+Green+Blue) = 171+201+153=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC999 is #543666. Grayscale: #BABABA. Windows color (decimal): -5518951 or 10078635. OLE color: 10078635.
HSL color Cylindrical-coordinate representation of color #ABC999: hue angle of 97.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC999 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 153 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.21 |
| HSL | 97.5º | 0.31% | 0.69% | - |
| HSV(B) | 97.5º | 0.24% | 0.79% | - |
| XYZ | 43.43 | 52.73 | 38.03 | - |
| YUV | 186.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 153 | 0.15 | 0 | 0.24 | 0.21 | 97.5 | 0.31 | 0.69 |
| Hex | AB | C9 | 99 | F | 0 | 18 | 15 | 62 | 1F | 45 |
| Octal | 253 | 311 | 231 | 17 | 0 | 30 | 25 | 142 | 37 | 105 |
| Binary | 10101011 | 11001001 | 10011001 | 1111 | 0 | 11000 | 10101 | 1100010 | 11111 | 1000101 |
Color Harmonies of #ABC999
Complementary color
Monochromatic Colors of #ABC999
Black with #ABC999
Text Example
Text Example
White with #ABC999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC999; }
p { color: rgb(171,201,153); }
H1.HeaderClassName
{
color: #ABC999;
}
.AnyTagClassName
{
color: #ABC999;
}
</style>
background-color css
<style>
a { background-color: #ABC999; }
a { background-color: rgb(171,201,153); }
div.DivClassName
{
background-color: #ABC999;
}
.BgClassName
{
background-color: #ABC999;
}
</style>
border-color css
<style>
span { border-color: #ABC999; }
span { border-color: rgb(171,201,153); }
td.TdClassName
{
border-color: #ABC999;
}
.TagClassName
{
border-color: #ABC999;
}
</style>