Shades of Sprout #B5D896
Tints of Sprout #B5D896
RGB
CMYK
RGB Variations
Color information
#B5D896 (or 0xB5D896) is known color: Sprout. HEX triplet: B5, D8 and 96. RGB value is (181,216,150). Sum of RGB (Red+Green+Blue) = 181+216+150=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D896 is #4A2769. Grayscale: #C6C6C6. Windows color (decimal): -4859754 or 9885877. OLE color: 9885877.
HSL color Cylindrical-coordinate representation of color #B5D896: hue angle of 91.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5D896 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 150 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.15 |
| HSL | 91.82º | 0.46% | 0.72% | - |
| HSV(B) | 91.82º | 0.31% | 0.85% | - |
| XYZ | 49.12 | 61.14 | 38.07 | - |
| YUV | 198.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 150 | 0.16 | 0 | 0.31 | 0.15 | 91.82 | 0.46 | 0.72 |
| Hex | B5 | D8 | 96 | 10 | 0 | 1F | F | 5C | 2E | 48 |
| Octal | 265 | 330 | 226 | 20 | 0 | 37 | 17 | 134 | 56 | 110 |
| Binary | 10110101 | 11011000 | 10010110 | 10000 | 0 | 11111 | 1111 | 1011100 | 101110 | 1001000 |
Color Harmonies of #B5D896
Complementary color
Monochromatic Colors of #B5D896
Black with #B5D896
Text Example
Text Example
White with #B5D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D896; }
p { color: rgb(181,216,150); }
H1.HeaderClassName
{
color: #B5D896;
}
.AnyTagClassName
{
color: #B5D896;
}
</style>
background-color css
<style>
a { background-color: #B5D896; }
a { background-color: rgb(181,216,150); }
div.DivClassName
{
background-color: #B5D896;
}
.BgClassName
{
background-color: #B5D896;
}
</style>
border-color css
<style>
span { border-color: #B5D896; }
span { border-color: rgb(181,216,150); }
td.TdClassName
{
border-color: #B5D896;
}
.TagClassName
{
border-color: #B5D896;
}
</style>