Shades of Spring Rain #ABBCA4
Tints of Spring Rain #ABBCA4
RGB
CMYK
RGB Variations
Color information
#ABBCA4 (or 0xABBCA4) is known color: Spring Rain. HEX triplet: AB, BC and A4. RGB value is (171,188,164). Sum of RGB (Red+Green+Blue) = 171+188+164=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCA4 is #54435B. Grayscale: #B4B4B4. Windows color (decimal): -5522268 or 10796203. OLE color: 10796203.
HSL color Cylindrical-coordinate representation of color #ABBCA4: hue angle of 102.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABBCA4 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 164 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.26 |
| HSL | 102.5º | 0.15% | 0.69% | - |
| HSV(B) | 102.5º | 0.13% | 0.74% | - |
| XYZ | 41.48 | 47.3 | 42.07 | - |
| YUV | 180.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 164 | 0.09 | 0 | 0.13 | 0.26 | 102.5 | 0.15 | 0.69 |
| Hex | AB | BC | A4 | 9 | 0 | D | 1A | 66 | F | 45 |
| Octal | 253 | 274 | 244 | 11 | 0 | 15 | 32 | 146 | 17 | 105 |
| Binary | 10101011 | 10111100 | 10100100 | 1001 | 0 | 1101 | 11010 | 1100110 | 1111 | 1000101 |
Color Harmonies of #ABBCA4
Complementary color
Monochromatic Colors of #ABBCA4
Black with #ABBCA4
Text Example
Text Example
White with #ABBCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCA4; }
p { color: rgb(171,188,164); }
H1.HeaderClassName
{
color: #ABBCA4;
}
.AnyTagClassName
{
color: #ABBCA4;
}
</style>
background-color css
<style>
a { background-color: #ABBCA4; }
a { background-color: rgb(171,188,164); }
div.DivClassName
{
background-color: #ABBCA4;
}
.BgClassName
{
background-color: #ABBCA4;
}
</style>
border-color css
<style>
span { border-color: #ABBCA4; }
span { border-color: rgb(171,188,164); }
td.TdClassName
{
border-color: #ABBCA4;
}
.TagClassName
{
border-color: #ABBCA4;
}
</style>