Shades of Spring Rain #ABC59D
Tints of Spring Rain #ABC59D
RGB
CMYK
RGB Variations
Color information
#ABC59D (or 0xABC59D) is known color: Spring Rain. HEX triplet: AB, C5 and 9D. RGB value is (171,197,157). Sum of RGB (Red+Green+Blue) = 171+197+157=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC59D is #543A62. Grayscale: #B8B8B8. Windows color (decimal): -5519971 or 10339755. OLE color: 10339755.
HSL color Cylindrical-coordinate representation of color #ABC59D: hue angle of 99º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABC59D is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 157 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.23 |
| HSL | 99º | 0.26% | 0.69% | - |
| HSV(B) | 99º | 0.2% | 0.77% | - |
| XYZ | 42.85 | 51.02 | 39.49 | - |
| YUV | 184.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 157 | 0.13 | 0 | 0.20 | 0.23 | 99 | 0.26 | 0.69 |
| Hex | AB | C5 | 9D | D | 0 | 14 | 17 | 63 | 1A | 45 |
| Octal | 253 | 305 | 235 | 15 | 0 | 24 | 27 | 143 | 32 | 105 |
| Binary | 10101011 | 11000101 | 10011101 | 1101 | 0 | 10100 | 10111 | 1100011 | 11010 | 1000101 |
Color Harmonies of #ABC59D
Complementary color
Monochromatic Colors of #ABC59D
Black with #ABC59D
Text Example
Text Example
White with #ABC59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC59D; }
p { color: rgb(171,197,157); }
H1.HeaderClassName
{
color: #ABC59D;
}
.AnyTagClassName
{
color: #ABC59D;
}
</style>
background-color css
<style>
a { background-color: #ABC59D; }
a { background-color: rgb(171,197,157); }
div.DivClassName
{
background-color: #ABC59D;
}
.BgClassName
{
background-color: #ABC59D;
}
</style>
border-color css
<style>
span { border-color: #ABC59D; }
span { border-color: rgb(171,197,157); }
td.TdClassName
{
border-color: #ABC59D;
}
.TagClassName
{
border-color: #ABC59D;
}
</style>