Shades of Spring Rain #ABCD98
Tints of Spring Rain #ABCD98
RGB
CMYK
RGB Variations
Color information
#ABCD98 (or 0xABCD98) is known color: Spring Rain. HEX triplet: AB, CD and 98. RGB value is (171,205,152). Sum of RGB (Red+Green+Blue) = 171+205+152=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD98 is #543267. Grayscale: #BCBCBC. Windows color (decimal): -5517928 or 10014123. OLE color: 10014123.
HSL color Cylindrical-coordinate representation of color #ABCD98: hue angle of 98.49º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABCD98 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 152 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.20 |
| HSL | 98.49º | 0.35% | 0.7% | - |
| HSV(B) | 98.49º | 0.26% | 0.8% | - |
| XYZ | 44.29 | 54.59 | 37.91 | - |
| YUV | 188.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 152 | 0.17 | 0 | 0.26 | 0.20 | 98.49 | 0.35 | 0.7 |
| Hex | AB | CD | 98 | 11 | 0 | 1A | 14 | 62 | 23 | 46 |
| Octal | 253 | 315 | 230 | 21 | 0 | 32 | 24 | 142 | 43 | 106 |
| Binary | 10101011 | 11001101 | 10011000 | 10001 | 0 | 11010 | 10100 | 1100010 | 100011 | 1000110 |
Color Harmonies of #ABCD98
Complementary color
Monochromatic Colors of #ABCD98
Black with #ABCD98
Text Example
Text Example
White with #ABCD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD98; }
p { color: rgb(171,205,152); }
H1.HeaderClassName
{
color: #ABCD98;
}
.AnyTagClassName
{
color: #ABCD98;
}
</style>
background-color css
<style>
a { background-color: #ABCD98; }
a { background-color: rgb(171,205,152); }
div.DivClassName
{
background-color: #ABCD98;
}
.BgClassName
{
background-color: #ABCD98;
}
</style>
border-color css
<style>
span { border-color: #ABCD98; }
span { border-color: rgb(171,205,152); }
td.TdClassName
{
border-color: #ABCD98;
}
.TagClassName
{
border-color: #ABCD98;
}
</style>