Shades of Spring Rain #ACBE9F
Tints of Spring Rain #ACBE9F
RGB
CMYK
RGB Variations
Color information
#ACBE9F (or 0xACBE9F) is known color: Spring Rain. HEX triplet: AC, BE and 9F. RGB value is (172,190,159). Sum of RGB (Red+Green+Blue) = 172+190+159=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE9F is #534160. Grayscale: #B5B5B5. Windows color (decimal): -5456225 or 10469036. OLE color: 10469036.
HSL color Cylindrical-coordinate representation of color #ACBE9F: hue angle of 94.84º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACBE9F is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 190 | 159 | - |
CMYK | 0.09 | 0 | 0.16 | 0.25 |
HSL | 94.84º | 0.19% | 0.68% | - |
HSV(B) | 94.84º | 0.16% | 0.75% | - |
XYZ | 41.68 | 48.1 | 39.89 | - |
YUV | 181.08 | 115.54 | 121.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 159 | 0.09 | 0 | 0.16 | 0.25 | 94.84 | 0.19 | 0.68 |
Hex | AC | BE | 9F | 9 | 0 | 10 | 19 | 5F | 13 | 44 |
Octal | 254 | 276 | 237 | 11 | 0 | 20 | 31 | 137 | 23 | 104 |
Binary | 10101100 | 10111110 | 10011111 | 1001 | 0 | 10000 | 11001 | 1011111 | 10011 | 1000100 |
Color Harmonies of #ACBE9F
Complementary color
Monochromatic Colors of #ACBE9F
Black with #ACBE9F
Text Example
Text Example
White with #ACBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBE9F; }
p { color: rgb(172,190,159); }
H1.HeaderClassName
{
color: #ACBE9F;
}
.AnyTagClassName
{
color: #ACBE9F;
}
</style>
background-color css
<style>
a { background-color: #ACBE9F; }
a { background-color: rgb(172,190,159); }
div.DivClassName
{
background-color: #ACBE9F;
}
.BgClassName
{
background-color: #ACBE9F;
}
</style>
border-color css
<style>
span { border-color: #ACBE9F; }
span { border-color: rgb(172,190,159); }
td.TdClassName
{
border-color: #ACBE9F;
}
.TagClassName
{
border-color: #ACBE9F;
}
</style>