Shades of Spring Rain #A8BE9B
Tints of Spring Rain #A8BE9B
RGB
CMYK
RGB Variations
Color information
#A8BE9B (or 0xA8BE9B) is known color: Spring Rain. HEX triplet: A8, BE and 9B. RGB value is (168,190,155). Sum of RGB (Red+Green+Blue) = 168+190+155=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE9B is #574164. Grayscale: #B3B3B3. Windows color (decimal): -5718373 or 10206888. OLE color: 10206888.
HSL color Cylindrical-coordinate representation of color #A8BE9B: hue angle of 97.71º 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 #A8BE9B is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 155 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.25 |
| HSL | 97.71º | 0.21% | 0.68% | - |
| HSV(B) | 97.71º | 0.18% | 0.75% | - |
| XYZ | 40.48 | 47.52 | 38.05 | - |
| YUV | 179.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 155 | 0.12 | 0 | 0.18 | 0.25 | 97.71 | 0.21 | 0.68 |
| Hex | A8 | BE | 9B | C | 0 | 12 | 19 | 62 | 15 | 44 |
| Octal | 250 | 276 | 233 | 14 | 0 | 22 | 31 | 142 | 25 | 104 |
| Binary | 10101000 | 10111110 | 10011011 | 1100 | 0 | 10010 | 11001 | 1100010 | 10101 | 1000100 |
Color Harmonies of #A8BE9B
Complementary color
Monochromatic Colors of #A8BE9B
Black with #A8BE9B
Text Example
Text Example
White with #A8BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE9B; }
p { color: rgb(168,190,155); }
H1.HeaderClassName
{
color: #A8BE9B;
}
.AnyTagClassName
{
color: #A8BE9B;
}
</style>
background-color css
<style>
a { background-color: #A8BE9B; }
a { background-color: rgb(168,190,155); }
div.DivClassName
{
background-color: #A8BE9B;
}
.BgClassName
{
background-color: #A8BE9B;
}
</style>
border-color css
<style>
span { border-color: #A8BE9B; }
span { border-color: rgb(168,190,155); }
td.TdClassName
{
border-color: #A8BE9B;
}
.TagClassName
{
border-color: #A8BE9B;
}
</style>