Shades of Spring Rain #A4BF9B
Tints of Spring Rain #A4BF9B
RGB
CMYK
RGB Variations
Color information
#A4BF9B (or 0xA4BF9B) is known color: Spring Rain. HEX triplet: A4, BF and 9B. RGB value is (164,191,155). Sum of RGB (Red+Green+Blue) = 164+191+155=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF9B is #5B4064. Grayscale: #B2B2B2. Windows color (decimal): -5980261 or 10207140. OLE color: 10207140.
HSL color Cylindrical-coordinate representation of color #A4BF9B: hue angle of 105º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4BF9B is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 191 | 155 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.25 |
| HSL | 105º | 0.22% | 0.68% | - |
| HSV(B) | 105º | 0.19% | 0.75% | - |
| XYZ | 39.86 | 47.52 | 38.08 | - |
| YUV | 178.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 155 | 0.14 | 0 | 0.19 | 0.25 | 105 | 0.22 | 0.68 |
| Hex | A4 | BF | 9B | E | 0 | 13 | 19 | 69 | 16 | 44 |
| Octal | 244 | 277 | 233 | 16 | 0 | 23 | 31 | 151 | 26 | 104 |
| Binary | 10100100 | 10111111 | 10011011 | 1110 | 0 | 10011 | 11001 | 1101001 | 10110 | 1000100 |
Color Harmonies of #A4BF9B
Complementary color
Monochromatic Colors of #A4BF9B
Black with #A4BF9B
Text Example
Text Example
White with #A4BF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BF9B; }
p { color: rgb(164,191,155); }
H1.HeaderClassName
{
color: #A4BF9B;
}
.AnyTagClassName
{
color: #A4BF9B;
}
</style>
background-color css
<style>
a { background-color: #A4BF9B; }
a { background-color: rgb(164,191,155); }
div.DivClassName
{
background-color: #A4BF9B;
}
.BgClassName
{
background-color: #A4BF9B;
}
</style>
border-color css
<style>
span { border-color: #A4BF9B; }
span { border-color: rgb(164,191,155); }
td.TdClassName
{
border-color: #A4BF9B;
}
.TagClassName
{
border-color: #A4BF9B;
}
</style>