Shades of Spring Rain #ACCBA1
Tints of Spring Rain #ACCBA1
RGB
CMYK
RGB Variations
Color information
#ACCBA1 (or 0xACCBA1) is known color: Spring Rain. HEX triplet: AC, CB and A1. RGB value is (172,203,161). Sum of RGB (Red+Green+Blue) = 172+203+161=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBA1 is #53345E. Grayscale: #BDBDBD. Windows color (decimal): -5452895 or 10603436. OLE color: 10603436.
HSL color Cylindrical-coordinate representation of color #ACCBA1: hue angle of 104.29º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCBA1 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 161 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.20 |
| HSL | 104.29º | 0.29% | 0.71% | - |
| HSV(B) | 104.29º | 0.21% | 0.8% | - |
| XYZ | 44.8 | 54.06 | 41.79 | - |
| YUV | 188.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 161 | 0.15 | 0 | 0.21 | 0.20 | 104.29 | 0.29 | 0.71 |
| Hex | AC | CB | A1 | F | 0 | 15 | 14 | 68 | 1D | 47 |
| Octal | 254 | 313 | 241 | 17 | 0 | 25 | 24 | 150 | 35 | 107 |
| Binary | 10101100 | 11001011 | 10100001 | 1111 | 0 | 10101 | 10100 | 1101000 | 11101 | 1000111 |
Color Harmonies of #ACCBA1
Complementary color
Monochromatic Colors of #ACCBA1
Black with #ACCBA1
Text Example
Text Example
White with #ACCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBA1; }
p { color: rgb(172,203,161); }
H1.HeaderClassName
{
color: #ACCBA1;
}
.AnyTagClassName
{
color: #ACCBA1;
}
</style>
background-color css
<style>
a { background-color: #ACCBA1; }
a { background-color: rgb(172,203,161); }
div.DivClassName
{
background-color: #ACCBA1;
}
.BgClassName
{
background-color: #ACCBA1;
}
</style>
border-color css
<style>
span { border-color: #ACCBA1; }
span { border-color: rgb(172,203,161); }
td.TdClassName
{
border-color: #ACCBA1;
}
.TagClassName
{
border-color: #ACCBA1;
}
</style>