Shades of Spring Rain #ACCBA4
Tints of Spring Rain #ACCBA4
RGB
CMYK
RGB Variations
Color information
#ACCBA4 (or 0xACCBA4) is known color: Spring Rain. HEX triplet: AC, CB and A4. RGB value is (172,203,164). Sum of RGB (Red+Green+Blue) = 172+203+164=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBA4 is #53345B. Grayscale: #BDBDBD. Windows color (decimal): -5452892 or 10800044. OLE color: 10800044.
HSL color Cylindrical-coordinate representation of color #ACCBA4: hue angle of 107.69º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACCBA4 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 164 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.20 |
| HSL | 107.69º | 0.27% | 0.72% | - |
| HSV(B) | 107.69º | 0.19% | 0.8% | - |
| XYZ | 45.07 | 54.16 | 43.2 | - |
| YUV | 189.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 164 | 0.15 | 0 | 0.19 | 0.20 | 107.69 | 0.27 | 0.72 |
| Hex | AC | CB | A4 | F | 0 | 13 | 14 | 6C | 1B | 48 |
| Octal | 254 | 313 | 244 | 17 | 0 | 23 | 24 | 154 | 33 | 110 |
| Binary | 10101100 | 11001011 | 10100100 | 1111 | 0 | 10011 | 10100 | 1101100 | 11011 | 1001000 |
Color Harmonies of #ACCBA4
Complementary color
Monochromatic Colors of #ACCBA4
Black with #ACCBA4
Text Example
Text Example
White with #ACCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBA4; }
p { color: rgb(172,203,164); }
H1.HeaderClassName
{
color: #ACCBA4;
}
.AnyTagClassName
{
color: #ACCBA4;
}
</style>
background-color css
<style>
a { background-color: #ACCBA4; }
a { background-color: rgb(172,203,164); }
div.DivClassName
{
background-color: #ACCBA4;
}
.BgClassName
{
background-color: #ACCBA4;
}
</style>
border-color css
<style>
span { border-color: #ACCBA4; }
span { border-color: rgb(172,203,164); }
td.TdClassName
{
border-color: #ACCBA4;
}
.TagClassName
{
border-color: #ACCBA4;
}
</style>