Shades of Spring Rain #9ACB92
Tints of Spring Rain #9ACB92
RGB
CMYK
RGB Variations
Color information
#9ACB92 (or 0x9ACB92) is known color: Spring Rain. HEX triplet: 9A, CB and 92. RGB value is (154,203,146). Sum of RGB (Red+Green+Blue) = 154+203+146=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACB92 is #65346D. Grayscale: #B6B6B6. Windows color (decimal): -6632558 or 9620378. OLE color: 9620378.
HSL color Cylindrical-coordinate representation of color #9ACB92: hue angle of 111.58º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ACB92 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 146 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.20 |
| HSL | 111.58º | 0.35% | 0.68% | - |
| HSV(B) | 111.58º | 0.28% | 0.8% | - |
| XYZ | 39.87 | 51.66 | 35.06 | - |
| YUV | 181.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 146 | 0.24 | 0 | 0.28 | 0.20 | 111.58 | 0.35 | 0.68 |
| Hex | 9A | CB | 92 | 18 | 0 | 1C | 14 | 70 | 23 | 44 |
| Octal | 232 | 313 | 222 | 30 | 0 | 34 | 24 | 160 | 43 | 104 |
| Binary | 10011010 | 11001011 | 10010010 | 11000 | 0 | 11100 | 10100 | 1110000 | 100011 | 1000100 |
Color Harmonies of #9ACB92
Complementary color
Monochromatic Colors of #9ACB92
Black with #9ACB92
Text Example
Text Example
White with #9ACB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB92; }
p { color: rgb(154,203,146); }
H1.HeaderClassName
{
color: #9ACB92;
}
.AnyTagClassName
{
color: #9ACB92;
}
</style>
background-color css
<style>
a { background-color: #9ACB92; }
a { background-color: rgb(154,203,146); }
div.DivClassName
{
background-color: #9ACB92;
}
.BgClassName
{
background-color: #9ACB92;
}
</style>
border-color css
<style>
span { border-color: #9ACB92; }
span { border-color: rgb(154,203,146); }
td.TdClassName
{
border-color: #9ACB92;
}
.TagClassName
{
border-color: #9ACB92;
}
</style>