Shades of Spring Rain #ABCCA0
Tints of Spring Rain #ABCCA0
RGB
CMYK
RGB Variations
Color information
#ABCCA0 (or 0xABCCA0) is known color: Spring Rain. HEX triplet: AB, CC and A0. RGB value is (171,204,160). Sum of RGB (Red+Green+Blue) = 171+204+160=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCA0 is #54335F. Grayscale: #BDBDBD. Windows color (decimal): -5518176 or 10538155. OLE color: 10538155.
HSL color Cylindrical-coordinate representation of color #ABCCA0: hue angle of 105º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABCCA0 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 160 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.2 |
| HSL | 105º | 0.3% | 0.71% | - |
| HSV(B) | 105º | 0.22% | 0.8% | - |
| XYZ | 44.73 | 54.38 | 41.4 | - |
| YUV | 189.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 160 | 0.16 | 0 | 0.22 | 0.2 | 105 | 0.3 | 0.71 |
| Hex | AB | CC | A0 | 10 | 0 | 16 | 14 | 69 | 1E | 47 |
| Octal | 253 | 314 | 240 | 20 | 0 | 26 | 24 | 151 | 36 | 107 |
| Binary | 10101011 | 11001100 | 10100000 | 10000 | 0 | 10110 | 10100 | 1101001 | 11110 | 1000111 |
Color Harmonies of #ABCCA0
Complementary color
Monochromatic Colors of #ABCCA0
Black with #ABCCA0
Text Example
Text Example
White with #ABCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCA0; }
p { color: rgb(171,204,160); }
H1.HeaderClassName
{
color: #ABCCA0;
}
.AnyTagClassName
{
color: #ABCCA0;
}
</style>
background-color css
<style>
a { background-color: #ABCCA0; }
a { background-color: rgb(171,204,160); }
div.DivClassName
{
background-color: #ABCCA0;
}
.BgClassName
{
background-color: #ABCCA0;
}
</style>
border-color css
<style>
span { border-color: #ABCCA0; }
span { border-color: rgb(171,204,160); }
td.TdClassName
{
border-color: #ABCCA0;
}
.TagClassName
{
border-color: #ABCCA0;
}
</style>