Shades of Spring Rain #A0BE92
Tints of Spring Rain #A0BE92
RGB
CMYK
RGB Variations
Color information
#A0BE92 (or 0xA0BE92) is known color: Spring Rain. HEX triplet: A0, BE and 92. RGB value is (160,190,146). Sum of RGB (Red+Green+Blue) = 160+190+146=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE92 is #5F416D. Grayscale: #B0B0B0. Windows color (decimal): -6242670 or 9617056. OLE color: 9617056.
HSL color Cylindrical-coordinate representation of color #A0BE92: hue angle of 100.91º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0BE92 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 146 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.25 |
| HSL | 100.91º | 0.25% | 0.66% | - |
| HSV(B) | 100.91º | 0.23% | 0.75% | - |
| XYZ | 38.1 | 46.38 | 34.14 | - |
| YUV | 176.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 146 | 0.16 | 0 | 0.23 | 0.25 | 100.91 | 0.25 | 0.66 |
| Hex | A0 | BE | 92 | 10 | 0 | 17 | 19 | 65 | 19 | 42 |
| Octal | 240 | 276 | 222 | 20 | 0 | 27 | 31 | 145 | 31 | 102 |
| Binary | 10100000 | 10111110 | 10010010 | 10000 | 0 | 10111 | 11001 | 1100101 | 11001 | 1000010 |
Color Harmonies of #A0BE92
Complementary color
Monochromatic Colors of #A0BE92
Black with #A0BE92
Text Example
Text Example
White with #A0BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE92; }
p { color: rgb(160,190,146); }
H1.HeaderClassName
{
color: #A0BE92;
}
.AnyTagClassName
{
color: #A0BE92;
}
</style>
background-color css
<style>
a { background-color: #A0BE92; }
a { background-color: rgb(160,190,146); }
div.DivClassName
{
background-color: #A0BE92;
}
.BgClassName
{
background-color: #A0BE92;
}
</style>
border-color css
<style>
span { border-color: #A0BE92; }
span { border-color: rgb(160,190,146); }
td.TdClassName
{
border-color: #A0BE92;
}
.TagClassName
{
border-color: #A0BE92;
}
</style>