Shades of Spring Rain #A3BE98
Tints of Spring Rain #A3BE98
RGB
CMYK
RGB Variations
Color information
#A3BE98 (or 0xA3BE98) is known color: Spring Rain. HEX triplet: A3, BE and 98. RGB value is (163,190,152). Sum of RGB (Red+Green+Blue) = 163+190+152=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE98 is #5C4167. Grayscale: #B1B1B1. Windows color (decimal): -6046056 or 10010275. OLE color: 10010275.
HSL color Cylindrical-coordinate representation of color #A3BE98: hue angle of 102.63º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3BE98 is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 152 | - |
| CMYK | 0.14 | 0 | 0.2 | 0.25 |
| HSL | 102.63º | 0.23% | 0.67% | - |
| HSV(B) | 102.63º | 0.2% | 0.75% | - |
| XYZ | 39.19 | 46.88 | 36.69 | - |
| YUV | 177.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 152 | 0.14 | 0 | 0.2 | 0.25 | 102.63 | 0.23 | 0.67 |
| Hex | A3 | BE | 98 | E | 0 | 14 | 19 | 67 | 17 | 43 |
| Octal | 243 | 276 | 230 | 16 | 0 | 24 | 31 | 147 | 27 | 103 |
| Binary | 10100011 | 10111110 | 10011000 | 1110 | 0 | 10100 | 11001 | 1100111 | 10111 | 1000011 |
Color Harmonies of #A3BE98
Complementary color
Monochromatic Colors of #A3BE98
Black with #A3BE98
Text Example
Text Example
White with #A3BE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE98; }
p { color: rgb(163,190,152); }
H1.HeaderClassName
{
color: #A3BE98;
}
.AnyTagClassName
{
color: #A3BE98;
}
</style>
background-color css
<style>
a { background-color: #A3BE98; }
a { background-color: rgb(163,190,152); }
div.DivClassName
{
background-color: #A3BE98;
}
.BgClassName
{
background-color: #A3BE98;
}
</style>
border-color css
<style>
span { border-color: #A3BE98; }
span { border-color: rgb(163,190,152); }
td.TdClassName
{
border-color: #A3BE98;
}
.TagClassName
{
border-color: #A3BE98;
}
</style>