Shades of Spring Rain #A0B398
Tints of Spring Rain #A0B398
RGB
CMYK
RGB Variations
Color information
#A0B398 (or 0xA0B398) is known color: Spring Rain. HEX triplet: A0, B3 and 98. RGB value is (160,179,152). Sum of RGB (Red+Green+Blue) = 160+179+152=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B398 is #5F4C67. Grayscale: #AAAAAA. Windows color (decimal): -6245480 or 10007456. OLE color: 10007456.
HSL color Cylindrical-coordinate representation of color #A0B398: hue angle of 102.22º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0B398 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 152 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.30 |
| HSL | 102.22º | 0.15% | 0.65% | - |
| HSV(B) | 102.22º | 0.15% | 0.7% | - |
| XYZ | 36.28 | 41.98 | 35.9 | - |
| YUV | 170.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 152 | 0.11 | 0 | 0.15 | 0.30 | 102.22 | 0.15 | 0.65 |
| Hex | A0 | B3 | 98 | B | 0 | F | 1E | 66 | F | 41 |
| Octal | 240 | 263 | 230 | 13 | 0 | 17 | 36 | 146 | 17 | 101 |
| Binary | 10100000 | 10110011 | 10011000 | 1011 | 0 | 1111 | 11110 | 1100110 | 1111 | 1000001 |
Color Harmonies of #A0B398
Complementary color
Monochromatic Colors of #A0B398
Black with #A0B398
Text Example
Text Example
White with #A0B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B398; }
p { color: rgb(160,179,152); }
H1.HeaderClassName
{
color: #A0B398;
}
.AnyTagClassName
{
color: #A0B398;
}
</style>
background-color css
<style>
a { background-color: #A0B398; }
a { background-color: rgb(160,179,152); }
div.DivClassName
{
background-color: #A0B398;
}
.BgClassName
{
background-color: #A0B398;
}
</style>
border-color css
<style>
span { border-color: #A0B398; }
span { border-color: rgb(160,179,152); }
td.TdClassName
{
border-color: #A0B398;
}
.TagClassName
{
border-color: #A0B398;
}
</style>