Shades of Spring Rain #9ACB95
Tints of Spring Rain #9ACB95
RGB
CMYK
RGB Variations
Color information
#9ACB95 (or 0x9ACB95) is known color: Spring Rain. HEX triplet: 9A, CB and 95. RGB value is (154,203,149). Sum of RGB (Red+Green+Blue) = 154+203+149=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACB95 is #65346A. Grayscale: #B6B6B6. Windows color (decimal): -6632555 or 9816986. OLE color: 9816986.
HSL color Cylindrical-coordinate representation of color #9ACB95: hue angle of 114.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ACB95 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 149 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.20 |
| HSL | 114.44º | 0.34% | 0.69% | - |
| HSV(B) | 114.44º | 0.27% | 0.8% | - |
| XYZ | 40.11 | 51.75 | 36.31 | - |
| YUV | 182.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 149 | 0.24 | 0 | 0.27 | 0.20 | 114.44 | 0.34 | 0.69 |
| Hex | 9A | CB | 95 | 18 | 0 | 1B | 14 | 72 | 22 | 45 |
| Octal | 232 | 313 | 225 | 30 | 0 | 33 | 24 | 162 | 42 | 105 |
| Binary | 10011010 | 11001011 | 10010101 | 11000 | 0 | 11011 | 10100 | 1110010 | 100010 | 1000101 |
Color Harmonies of #9ACB95
Complementary color
Monochromatic Colors of #9ACB95
Black with #9ACB95
Text Example
Text Example
White with #9ACB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB95; }
p { color: rgb(154,203,149); }
H1.HeaderClassName
{
color: #9ACB95;
}
.AnyTagClassName
{
color: #9ACB95;
}
</style>
background-color css
<style>
a { background-color: #9ACB95; }
a { background-color: rgb(154,203,149); }
div.DivClassName
{
background-color: #9ACB95;
}
.BgClassName
{
background-color: #9ACB95;
}
</style>
border-color css
<style>
span { border-color: #9ACB95; }
span { border-color: rgb(154,203,149); }
td.TdClassName
{
border-color: #9ACB95;
}
.TagClassName
{
border-color: #9ACB95;
}
</style>