Shades of Spring Rain #ABCA9C
Tints of Spring Rain #ABCA9C
RGB
CMYK
RGB Variations
Color information
#ABCA9C (or 0xABCA9C) is known color: Spring Rain. HEX triplet: AB, CA and 9C. RGB value is (171,202,156). Sum of RGB (Red+Green+Blue) = 171+202+156=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA9C is #543563. Grayscale: #BBBBBB. Windows color (decimal): -5518692 or 10275499. OLE color: 10275499.
HSL color Cylindrical-coordinate representation of color #ABCA9C: hue angle of 100.43º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABCA9C is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 156 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.21 |
| HSL | 100.43º | 0.3% | 0.7% | - |
| HSV(B) | 100.43º | 0.23% | 0.79% | - |
| XYZ | 43.92 | 53.3 | 39.43 | - |
| YUV | 187.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 156 | 0.15 | 0 | 0.23 | 0.21 | 100.43 | 0.3 | 0.7 |
| Hex | AB | CA | 9C | F | 0 | 17 | 15 | 64 | 1E | 46 |
| Octal | 253 | 312 | 234 | 17 | 0 | 27 | 25 | 144 | 36 | 106 |
| Binary | 10101011 | 11001010 | 10011100 | 1111 | 0 | 10111 | 10101 | 1100100 | 11110 | 1000110 |
Color Harmonies of #ABCA9C
Complementary color
Monochromatic Colors of #ABCA9C
Black with #ABCA9C
Text Example
Text Example
White with #ABCA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA9C; }
p { color: rgb(171,202,156); }
H1.HeaderClassName
{
color: #ABCA9C;
}
.AnyTagClassName
{
color: #ABCA9C;
}
</style>
background-color css
<style>
a { background-color: #ABCA9C; }
a { background-color: rgb(171,202,156); }
div.DivClassName
{
background-color: #ABCA9C;
}
.BgClassName
{
background-color: #ABCA9C;
}
</style>
border-color css
<style>
span { border-color: #ABCA9C; }
span { border-color: rgb(171,202,156); }
td.TdClassName
{
border-color: #ABCA9C;
}
.TagClassName
{
border-color: #ABCA9C;
}
</style>