Shades of Sprout #B5D993
Tints of Sprout #B5D993
RGB
CMYK
RGB Variations
Color information
#B5D993 (or 0xB5D993) is known color: Sprout. HEX triplet: B5, D9 and 93. RGB value is (181,217,147). Sum of RGB (Red+Green+Blue) = 181+217+147=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D993 is #4A266C. Grayscale: #C6C6C6. Windows color (decimal): -4859501 or 9689525. OLE color: 9689525.
HSL color Cylindrical-coordinate representation of color #B5D993: hue angle of 90.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5D993 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 147 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.15 |
| HSL | 90.86º | 0.48% | 0.71% | - |
| HSV(B) | 90.86º | 0.32% | 0.85% | - |
| XYZ | 49.14 | 61.56 | 36.9 | - |
| YUV | 198.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 147 | 0.17 | 0 | 0.32 | 0.15 | 90.86 | 0.48 | 0.71 |
| Hex | B5 | D9 | 93 | 11 | 0 | 20 | F | 5B | 30 | 47 |
| Octal | 265 | 331 | 223 | 21 | 0 | 40 | 17 | 133 | 60 | 107 |
| Binary | 10110101 | 11011001 | 10010011 | 10001 | 0 | 100000 | 1111 | 1011011 | 110000 | 1000111 |
Color Harmonies of #B5D993
Complementary color
Monochromatic Colors of #B5D993
Black with #B5D993
Text Example
Text Example
White with #B5D993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D993; }
p { color: rgb(181,217,147); }
H1.HeaderClassName
{
color: #B5D993;
}
.AnyTagClassName
{
color: #B5D993;
}
</style>
background-color css
<style>
a { background-color: #B5D993; }
a { background-color: rgb(181,217,147); }
div.DivClassName
{
background-color: #B5D993;
}
.BgClassName
{
background-color: #B5D993;
}
</style>
border-color css
<style>
span { border-color: #B5D993; }
span { border-color: rgb(181,217,147); }
td.TdClassName
{
border-color: #B5D993;
}
.TagClassName
{
border-color: #B5D993;
}
</style>