Shades of Spring Rain #A3BF99
Tints of Spring Rain #A3BF99
RGB
CMYK
RGB Variations
Color information
#A3BF99 (or 0xA3BF99) is known color: Spring Rain. HEX triplet: A3, BF and 99. RGB value is (163,191,153). Sum of RGB (Red+Green+Blue) = 163+191+153=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BF99 is #5C4066. Grayscale: #B2B2B2. Windows color (decimal): -6045799 or 10076067. OLE color: 10076067.
HSL color Cylindrical-coordinate representation of color #A3BF99: hue angle of 104.21º 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 #A3BF99 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 153 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.25 |
| HSL | 104.21º | 0.23% | 0.67% | - |
| HSV(B) | 104.21º | 0.2% | 0.75% | - |
| XYZ | 39.48 | 47.35 | 37.2 | - |
| YUV | 178.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 153 | 0.15 | 0 | 0.20 | 0.25 | 104.21 | 0.23 | 0.67 |
| Hex | A3 | BF | 99 | F | 0 | 14 | 19 | 68 | 17 | 43 |
| Octal | 243 | 277 | 231 | 17 | 0 | 24 | 31 | 150 | 27 | 103 |
| Binary | 10100011 | 10111111 | 10011001 | 1111 | 0 | 10100 | 11001 | 1101000 | 10111 | 1000011 |
Color Harmonies of #A3BF99
Complementary color
Monochromatic Colors of #A3BF99
Black with #A3BF99
Text Example
Text Example
White with #A3BF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BF99; }
p { color: rgb(163,191,153); }
H1.HeaderClassName
{
color: #A3BF99;
}
.AnyTagClassName
{
color: #A3BF99;
}
</style>
background-color css
<style>
a { background-color: #A3BF99; }
a { background-color: rgb(163,191,153); }
div.DivClassName
{
background-color: #A3BF99;
}
.BgClassName
{
background-color: #A3BF99;
}
</style>
border-color css
<style>
span { border-color: #A3BF99; }
span { border-color: rgb(163,191,153); }
td.TdClassName
{
border-color: #A3BF99;
}
.TagClassName
{
border-color: #A3BF99;
}
</style>