Shades of Spring Rain #ABCAA2
Tints of Spring Rain #ABCAA2
RGB
CMYK
RGB Variations
Color information
#ABCAA2 (or 0xABCAA2) is known color: Spring Rain. HEX triplet: AB, CA and A2. RGB value is (171,202,162). Sum of RGB (Red+Green+Blue) = 171+202+162=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAA2 is #54355D. Grayscale: #BCBCBC. Windows color (decimal): -5518686 or 10668715. OLE color: 10668715.
HSL color Cylindrical-coordinate representation of color #ABCAA2: hue angle of 106.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABCAA2 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 162 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.21 |
| HSL | 106.5º | 0.27% | 0.71% | - |
| HSV(B) | 106.5º | 0.2% | 0.79% | - |
| XYZ | 44.44 | 53.51 | 42.17 | - |
| YUV | 188.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 162 | 0.15 | 0 | 0.20 | 0.21 | 106.5 | 0.27 | 0.71 |
| Hex | AB | CA | A2 | F | 0 | 14 | 15 | 6A | 1B | 47 |
| Octal | 253 | 312 | 242 | 17 | 0 | 24 | 25 | 152 | 33 | 107 |
| Binary | 10101011 | 11001010 | 10100010 | 1111 | 0 | 10100 | 10101 | 1101010 | 11011 | 1000111 |
Color Harmonies of #ABCAA2
Complementary color
Monochromatic Colors of #ABCAA2
Black with #ABCAA2
Text Example
Text Example
White with #ABCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAA2; }
p { color: rgb(171,202,162); }
H1.HeaderClassName
{
color: #ABCAA2;
}
.AnyTagClassName
{
color: #ABCAA2;
}
</style>
background-color css
<style>
a { background-color: #ABCAA2; }
a { background-color: rgb(171,202,162); }
div.DivClassName
{
background-color: #ABCAA2;
}
.BgClassName
{
background-color: #ABCAA2;
}
</style>
border-color css
<style>
span { border-color: #ABCAA2; }
span { border-color: rgb(171,202,162); }
td.TdClassName
{
border-color: #ABCAA2;
}
.TagClassName
{
border-color: #ABCAA2;
}
</style>