Shades of Spring Rain #A0BB92
Tints of Spring Rain #A0BB92
RGB
CMYK
RGB Variations
Color information
#A0BB92 (or 0xA0BB92) is known color: Spring Rain. HEX triplet: A0, BB and 92. RGB value is (160,187,146). Sum of RGB (Red+Green+Blue) = 160+187+146=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BB92 is #5F446D. Grayscale: #AEAEAE. Windows color (decimal): -6243438 or 9616288. OLE color: 9616288.
HSL color Cylindrical-coordinate representation of color #A0BB92: hue angle of 99.51º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0BB92 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 146 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.27 |
| HSL | 99.51º | 0.23% | 0.65% | - |
| HSV(B) | 99.51º | 0.22% | 0.73% | - |
| XYZ | 37.46 | 45.09 | 33.92 | - |
| YUV | 174.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 146 | 0.14 | 0 | 0.22 | 0.27 | 99.51 | 0.23 | 0.65 |
| Hex | A0 | BB | 92 | E | 0 | 16 | 1B | 64 | 17 | 41 |
| Octal | 240 | 273 | 222 | 16 | 0 | 26 | 33 | 144 | 27 | 101 |
| Binary | 10100000 | 10111011 | 10010010 | 1110 | 0 | 10110 | 11011 | 1100100 | 10111 | 1000001 |
Color Harmonies of #A0BB92
Complementary color
Monochromatic Colors of #A0BB92
Black with #A0BB92
Text Example
Text Example
White with #A0BB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB92; }
p { color: rgb(160,187,146); }
H1.HeaderClassName
{
color: #A0BB92;
}
.AnyTagClassName
{
color: #A0BB92;
}
</style>
background-color css
<style>
a { background-color: #A0BB92; }
a { background-color: rgb(160,187,146); }
div.DivClassName
{
background-color: #A0BB92;
}
.BgClassName
{
background-color: #A0BB92;
}
</style>
border-color css
<style>
span { border-color: #A0BB92; }
span { border-color: rgb(160,187,146); }
td.TdClassName
{
border-color: #A0BB92;
}
.TagClassName
{
border-color: #A0BB92;
}
</style>