Shades of Sprout #B5D893
Tints of Sprout #B5D893
RGB
CMYK
RGB Variations
Color information
#B5D893 (or 0xB5D893) is known color: Sprout. HEX triplet: B5, D8 and 93. RGB value is (181,216,147). Sum of RGB (Red+Green+Blue) = 181+216+147=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D893 is #4A276C. Grayscale: #C5C5C5. Windows color (decimal): -4859757 or 9689269. OLE color: 9689269.
HSL color Cylindrical-coordinate representation of color #B5D893: hue angle of 90.43º degrees, saturation: 0.47, 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 #B5D893 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 147 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.15 |
| HSL | 90.43º | 0.47% | 0.71% | - |
| HSV(B) | 90.43º | 0.32% | 0.85% | - |
| XYZ | 48.88 | 61.04 | 36.81 | - |
| YUV | 197.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 147 | 0.16 | 0 | 0.32 | 0.15 | 90.43 | 0.47 | 0.71 |
| Hex | B5 | D8 | 93 | 10 | 0 | 20 | F | 5A | 2F | 47 |
| Octal | 265 | 330 | 223 | 20 | 0 | 40 | 17 | 132 | 57 | 107 |
| Binary | 10110101 | 11011000 | 10010011 | 10000 | 0 | 100000 | 1111 | 1011010 | 101111 | 1000111 |
Color Harmonies of #B5D893
Complementary color
Monochromatic Colors of #B5D893
Black with #B5D893
Text Example
Text Example
White with #B5D893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D893; }
p { color: rgb(181,216,147); }
H1.HeaderClassName
{
color: #B5D893;
}
.AnyTagClassName
{
color: #B5D893;
}
</style>
background-color css
<style>
a { background-color: #B5D893; }
a { background-color: rgb(181,216,147); }
div.DivClassName
{
background-color: #B5D893;
}
.BgClassName
{
background-color: #B5D893;
}
</style>
border-color css
<style>
span { border-color: #B5D893; }
span { border-color: rgb(181,216,147); }
td.TdClassName
{
border-color: #B5D893;
}
.TagClassName
{
border-color: #B5D893;
}
</style>