Shades of Spring Rain #A3BE94
Tints of Spring Rain #A3BE94
RGB
CMYK
RGB Variations
Color information
#A3BE94 (or 0xA3BE94) is known color: Spring Rain. HEX triplet: A3, BE and 94. RGB value is (163,190,148). Sum of RGB (Red+Green+Blue) = 163+190+148=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE94 is #5C416B. Grayscale: #B1B1B1. Windows color (decimal): -6046060 or 9748131. OLE color: 9748131.
HSL color Cylindrical-coordinate representation of color #A3BE94: hue angle of 98.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3BE94 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 148 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.25 |
| HSL | 98.57º | 0.24% | 0.66% | - |
| HSV(B) | 98.57º | 0.22% | 0.75% | - |
| XYZ | 38.86 | 46.75 | 34.99 | - |
| YUV | 177.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 148 | 0.14 | 0 | 0.22 | 0.25 | 98.57 | 0.24 | 0.66 |
| Hex | A3 | BE | 94 | E | 0 | 16 | 19 | 63 | 18 | 42 |
| Octal | 243 | 276 | 224 | 16 | 0 | 26 | 31 | 143 | 30 | 102 |
| Binary | 10100011 | 10111110 | 10010100 | 1110 | 0 | 10110 | 11001 | 1100011 | 11000 | 1000010 |
Color Harmonies of #A3BE94
Complementary color
Monochromatic Colors of #A3BE94
Black with #A3BE94
Text Example
Text Example
White with #A3BE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE94; }
p { color: rgb(163,190,148); }
H1.HeaderClassName
{
color: #A3BE94;
}
.AnyTagClassName
{
color: #A3BE94;
}
</style>
background-color css
<style>
a { background-color: #A3BE94; }
a { background-color: rgb(163,190,148); }
div.DivClassName
{
background-color: #A3BE94;
}
.BgClassName
{
background-color: #A3BE94;
}
</style>
border-color css
<style>
span { border-color: #A3BE94; }
span { border-color: rgb(163,190,148); }
td.TdClassName
{
border-color: #A3BE94;
}
.TagClassName
{
border-color: #A3BE94;
}
</style>