Shades of Spring Rain #A0BC94
Tints of Spring Rain #A0BC94
RGB
CMYK
RGB Variations
Color information
#A0BC94 (or 0xA0BC94) is known color: Spring Rain. HEX triplet: A0, BC and 94. RGB value is (160,188,148). Sum of RGB (Red+Green+Blue) = 160+188+148=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC94 is #5F436B. Grayscale: #AFAFAF. Windows color (decimal): -6243180 or 9747616. OLE color: 9747616.
HSL color Cylindrical-coordinate representation of color #A0BC94: hue angle of 102º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0BC94 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 148 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.26 |
| HSL | 102º | 0.23% | 0.66% | - |
| HSV(B) | 102º | 0.21% | 0.74% | - |
| XYZ | 37.83 | 45.58 | 34.82 | - |
| YUV | 175.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 148 | 0.15 | 0 | 0.21 | 0.26 | 102 | 0.23 | 0.66 |
| Hex | A0 | BC | 94 | F | 0 | 15 | 1A | 66 | 17 | 42 |
| Octal | 240 | 274 | 224 | 17 | 0 | 25 | 32 | 146 | 27 | 102 |
| Binary | 10100000 | 10111100 | 10010100 | 1111 | 0 | 10101 | 11010 | 1100110 | 10111 | 1000010 |
Color Harmonies of #A0BC94
Complementary color
Monochromatic Colors of #A0BC94
Black with #A0BC94
Text Example
Text Example
White with #A0BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC94; }
p { color: rgb(160,188,148); }
H1.HeaderClassName
{
color: #A0BC94;
}
.AnyTagClassName
{
color: #A0BC94;
}
</style>
background-color css
<style>
a { background-color: #A0BC94; }
a { background-color: rgb(160,188,148); }
div.DivClassName
{
background-color: #A0BC94;
}
.BgClassName
{
background-color: #A0BC94;
}
</style>
border-color css
<style>
span { border-color: #A0BC94; }
span { border-color: rgb(160,188,148); }
td.TdClassName
{
border-color: #A0BC94;
}
.TagClassName
{
border-color: #A0BC94;
}
</style>