Shades of Spring Rain #ABC59B
Tints of Spring Rain #ABC59B
RGB
CMYK
RGB Variations
Color information
#ABC59B (or 0xABC59B) is known color: Spring Rain. HEX triplet: AB, C5 and 9B. RGB value is (171,197,155). Sum of RGB (Red+Green+Blue) = 171+197+155=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC59B is #543A64. Grayscale: #B8B8B8. Windows color (decimal): -5519973 or 10208683. OLE color: 10208683.
HSL color Cylindrical-coordinate representation of color #ABC59B: hue angle of 97.14º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC59B is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 155 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.23 |
| HSL | 97.14º | 0.27% | 0.69% | - |
| HSV(B) | 97.14º | 0.21% | 0.77% | - |
| XYZ | 42.68 | 50.96 | 38.6 | - |
| YUV | 184.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 155 | 0.13 | 0 | 0.21 | 0.23 | 97.14 | 0.27 | 0.69 |
| Hex | AB | C5 | 9B | D | 0 | 15 | 17 | 61 | 1B | 45 |
| Octal | 253 | 305 | 233 | 15 | 0 | 25 | 27 | 141 | 33 | 105 |
| Binary | 10101011 | 11000101 | 10011011 | 1101 | 0 | 10101 | 10111 | 1100001 | 11011 | 1000101 |
Color Harmonies of #ABC59B
Complementary color
Monochromatic Colors of #ABC59B
Black with #ABC59B
Text Example
Text Example
White with #ABC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC59B; }
p { color: rgb(171,197,155); }
H1.HeaderClassName
{
color: #ABC59B;
}
.AnyTagClassName
{
color: #ABC59B;
}
</style>
background-color css
<style>
a { background-color: #ABC59B; }
a { background-color: rgb(171,197,155); }
div.DivClassName
{
background-color: #ABC59B;
}
.BgClassName
{
background-color: #ABC59B;
}
</style>
border-color css
<style>
span { border-color: #ABC59B; }
span { border-color: rgb(171,197,155); }
td.TdClassName
{
border-color: #ABC59B;
}
.TagClassName
{
border-color: #ABC59B;
}
</style>