Shades of Spring Rain #A8BF9D
Tints of Spring Rain #A8BF9D
RGB
CMYK
RGB Variations
Color information
#A8BF9D (or 0xA8BF9D) is known color: Spring Rain. HEX triplet: A8, BF and 9D. RGB value is (168,191,157). Sum of RGB (Red+Green+Blue) = 168+191+157=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF9D is #574062. Grayscale: #B4B4B4. Windows color (decimal): -5718115 or 10338216. OLE color: 10338216.
HSL color Cylindrical-coordinate representation of color #A8BF9D: hue angle of 100.59º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8BF9D is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 157 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.25 |
| HSL | 100.59º | 0.21% | 0.68% | - |
| HSV(B) | 100.59º | 0.18% | 0.75% | - |
| XYZ | 40.87 | 48.02 | 39.01 | - |
| YUV | 180.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 157 | 0.12 | 0 | 0.18 | 0.25 | 100.59 | 0.21 | 0.68 |
| Hex | A8 | BF | 9D | C | 0 | 12 | 19 | 65 | 15 | 44 |
| Octal | 250 | 277 | 235 | 14 | 0 | 22 | 31 | 145 | 25 | 104 |
| Binary | 10101000 | 10111111 | 10011101 | 1100 | 0 | 10010 | 11001 | 1100101 | 10101 | 1000100 |
Color Harmonies of #A8BF9D
Complementary color
Monochromatic Colors of #A8BF9D
Black with #A8BF9D
Text Example
Text Example
White with #A8BF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF9D; }
p { color: rgb(168,191,157); }
H1.HeaderClassName
{
color: #A8BF9D;
}
.AnyTagClassName
{
color: #A8BF9D;
}
</style>
background-color css
<style>
a { background-color: #A8BF9D; }
a { background-color: rgb(168,191,157); }
div.DivClassName
{
background-color: #A8BF9D;
}
.BgClassName
{
background-color: #A8BF9D;
}
</style>
border-color css
<style>
span { border-color: #A8BF9D; }
span { border-color: rgb(168,191,157); }
td.TdClassName
{
border-color: #A8BF9D;
}
.TagClassName
{
border-color: #A8BF9D;
}
</style>