Shades of Sprout #B5D994
Tints of Sprout #B5D994
RGB
CMYK
RGB Variations
Color information
#B5D994 (or 0xB5D994) is known color: Sprout. HEX triplet: B5, D9 and 94. RGB value is (181,217,148). Sum of RGB (Red+Green+Blue) = 181+217+148=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D994 is #4A266B. Grayscale: #C6C6C6. Windows color (decimal): -4859500 or 9755061. OLE color: 9755061.
HSL color Cylindrical-coordinate representation of color #B5D994: hue angle of 91.3º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5D994 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 148 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.15 |
| HSL | 91.3º | 0.48% | 0.72% | - |
| HSV(B) | 91.3º | 0.32% | 0.85% | - |
| XYZ | 49.21 | 61.59 | 37.31 | - |
| YUV | 198.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 148 | 0.17 | 0 | 0.32 | 0.15 | 91.3 | 0.48 | 0.72 |
| Hex | B5 | D9 | 94 | 11 | 0 | 20 | F | 5B | 30 | 48 |
| Octal | 265 | 331 | 224 | 21 | 0 | 40 | 17 | 133 | 60 | 110 |
| Binary | 10110101 | 11011001 | 10010100 | 10001 | 0 | 100000 | 1111 | 1011011 | 110000 | 1001000 |
Color Harmonies of #B5D994
Complementary color
Monochromatic Colors of #B5D994
Black with #B5D994
Text Example
Text Example
White with #B5D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D994; }
p { color: rgb(181,217,148); }
H1.HeaderClassName
{
color: #B5D994;
}
.AnyTagClassName
{
color: #B5D994;
}
</style>
background-color css
<style>
a { background-color: #B5D994; }
a { background-color: rgb(181,217,148); }
div.DivClassName
{
background-color: #B5D994;
}
.BgClassName
{
background-color: #B5D994;
}
</style>
border-color css
<style>
span { border-color: #B5D994; }
span { border-color: rgb(181,217,148); }
td.TdClassName
{
border-color: #B5D994;
}
.TagClassName
{
border-color: #B5D994;
}
</style>