Shades of Sprout #B5D096
Tints of Sprout #B5D096
RGB
CMYK
RGB Variations
Color information
#B5D096 (or 0xB5D096) is known color: Sprout. HEX triplet: B5, D0 and 96. RGB value is (181,208,150). Sum of RGB (Red+Green+Blue) = 181+208+150=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D096 is #4A2F69. Grayscale: #C1C1C1. Windows color (decimal): -4861802 or 9883829. OLE color: 9883829.
HSL color Cylindrical-coordinate representation of color #B5D096: hue angle of 87.93º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5D096 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 150 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.18 |
| HSL | 87.93º | 0.38% | 0.7% | - |
| HSV(B) | 87.93º | 0.28% | 0.82% | - |
| XYZ | 47.12 | 57.14 | 37.4 | - |
| YUV | 193.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 150 | 0.13 | 0 | 0.28 | 0.18 | 87.93 | 0.38 | 0.7 |
| Hex | B5 | D0 | 96 | D | 0 | 1C | 12 | 58 | 26 | 46 |
| Octal | 265 | 320 | 226 | 15 | 0 | 34 | 22 | 130 | 46 | 106 |
| Binary | 10110101 | 11010000 | 10010110 | 1101 | 0 | 11100 | 10010 | 1011000 | 100110 | 1000110 |
Color Harmonies of #B5D096
Complementary color
Monochromatic Colors of #B5D096
Black with #B5D096
Text Example
Text Example
White with #B5D096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D096; }
p { color: rgb(181,208,150); }
H1.HeaderClassName
{
color: #B5D096;
}
.AnyTagClassName
{
color: #B5D096;
}
</style>
background-color css
<style>
a { background-color: #B5D096; }
a { background-color: rgb(181,208,150); }
div.DivClassName
{
background-color: #B5D096;
}
.BgClassName
{
background-color: #B5D096;
}
</style>
border-color css
<style>
span { border-color: #B5D096; }
span { border-color: rgb(181,208,150); }
td.TdClassName
{
border-color: #B5D096;
}
.TagClassName
{
border-color: #B5D096;
}
</style>