Shades of Spring Rain #ACCBA3
Tints of Spring Rain #ACCBA3
RGB
CMYK
RGB Variations
Color information
#ACCBA3 (or 0xACCBA3) is known color: Spring Rain. HEX triplet: AC, CB and A3. RGB value is (172,203,163). Sum of RGB (Red+Green+Blue) = 172+203+163=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBA3 is #53345C. Grayscale: #BDBDBD. Windows color (decimal): -5452893 or 10734508. OLE color: 10734508.
HSL color Cylindrical-coordinate representation of color #ACCBA3: hue angle of 106.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACCBA3 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 203 | 163 | - |
CMYK | 0.15 | 0 | 0.20 | 0.20 |
HSL | 106.5º | 0.28% | 0.72% | - |
HSV(B) | 106.5º | 0.2% | 0.8% | - |
XYZ | 44.98 | 54.13 | 42.73 | - |
YUV | 189.17 | 113.23 | 115.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 203 | 163 | 0.15 | 0 | 0.20 | 0.20 | 106.5 | 0.28 | 0.72 |
Hex | AC | CB | A3 | F | 0 | 14 | 14 | 6A | 1C | 48 |
Octal | 254 | 313 | 243 | 17 | 0 | 24 | 24 | 152 | 34 | 110 |
Binary | 10101100 | 11001011 | 10100011 | 1111 | 0 | 10100 | 10100 | 1101010 | 11100 | 1001000 |
Color Harmonies of #ACCBA3
Complementary color
Monochromatic Colors of #ACCBA3
Black with #ACCBA3
Text Example
Text Example
White with #ACCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBA3; }
p { color: rgb(172,203,163); }
H1.HeaderClassName
{
color: #ACCBA3;
}
.AnyTagClassName
{
color: #ACCBA3;
}
</style>
background-color css
<style>
a { background-color: #ACCBA3; }
a { background-color: rgb(172,203,163); }
div.DivClassName
{
background-color: #ACCBA3;
}
.BgClassName
{
background-color: #ACCBA3;
}
</style>
border-color css
<style>
span { border-color: #ACCBA3; }
span { border-color: rgb(172,203,163); }
td.TdClassName
{
border-color: #ACCBA3;
}
.TagClassName
{
border-color: #ACCBA3;
}
</style>