Shades of Spring Rain #ABC9A4
Tints of Spring Rain #ABC9A4
RGB
CMYK
RGB Variations
Color information
#ABC9A4 (or 0xABC9A4) is known color: Spring Rain. HEX triplet: AB, C9 and A4. RGB value is (171,201,164). Sum of RGB (Red+Green+Blue) = 171+201+164=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9A4 is #54365B. Grayscale: #BBBBBB. Windows color (decimal): -5518940 or 10799531. OLE color: 10799531.
HSL color Cylindrical-coordinate representation of color #ABC9A4: hue angle of 108.65º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC9A4 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 164 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.21 |
| HSL | 108.65º | 0.26% | 0.72% | - |
| HSV(B) | 108.65º | 0.18% | 0.79% | - |
| XYZ | 44.38 | 53.11 | 43.03 | - |
| YUV | 187.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 164 | 0.15 | 0 | 0.18 | 0.21 | 108.65 | 0.26 | 0.72 |
| Hex | AB | C9 | A4 | F | 0 | 12 | 15 | 6D | 1A | 48 |
| Octal | 253 | 311 | 244 | 17 | 0 | 22 | 25 | 155 | 32 | 110 |
| Binary | 10101011 | 11001001 | 10100100 | 1111 | 0 | 10010 | 10101 | 1101101 | 11010 | 1001000 |
Color Harmonies of #ABC9A4
Complementary color
Monochromatic Colors of #ABC9A4
Black with #ABC9A4
Text Example
Text Example
White with #ABC9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9A4; }
p { color: rgb(171,201,164); }
H1.HeaderClassName
{
color: #ABC9A4;
}
.AnyTagClassName
{
color: #ABC9A4;
}
</style>
background-color css
<style>
a { background-color: #ABC9A4; }
a { background-color: rgb(171,201,164); }
div.DivClassName
{
background-color: #ABC9A4;
}
.BgClassName
{
background-color: #ABC9A4;
}
</style>
border-color css
<style>
span { border-color: #ABC9A4; }
span { border-color: rgb(171,201,164); }
td.TdClassName
{
border-color: #ABC9A4;
}
.TagClassName
{
border-color: #ABC9A4;
}
</style>