Shades of Sprout #B5D892
Tints of Sprout #B5D892
RGB
CMYK
RGB Variations
Color information
#B5D892 (or 0xB5D892) is known color: Sprout. HEX triplet: B5, D8 and 92. RGB value is (181,216,146). Sum of RGB (Red+Green+Blue) = 181+216+146=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D892 is #4A276D. Grayscale: #C5C5C5. Windows color (decimal): -4859758 or 9623733. OLE color: 9623733.
HSL color Cylindrical-coordinate representation of color #B5D892: hue angle of 90º 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 #B5D892 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 146 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.15 |
| HSL | 90º | 0.47% | 0.71% | - |
| HSV(B) | 90º | 0.32% | 0.85% | - |
| XYZ | 48.8 | 61.01 | 36.4 | - |
| YUV | 197.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 146 | 0.16 | 0 | 0.32 | 0.15 | 90 | 0.47 | 0.71 |
| Hex | B5 | D8 | 92 | 10 | 0 | 20 | F | 5A | 2F | 47 |
| Octal | 265 | 330 | 222 | 20 | 0 | 40 | 17 | 132 | 57 | 107 |
| Binary | 10110101 | 11011000 | 10010010 | 10000 | 0 | 100000 | 1111 | 1011010 | 101111 | 1000111 |
Color Harmonies of #B5D892
Complementary color
Monochromatic Colors of #B5D892
Black with #B5D892
Text Example
Text Example
White with #B5D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D892; }
p { color: rgb(181,216,146); }
H1.HeaderClassName
{
color: #B5D892;
}
.AnyTagClassName
{
color: #B5D892;
}
</style>
background-color css
<style>
a { background-color: #B5D892; }
a { background-color: rgb(181,216,146); }
div.DivClassName
{
background-color: #B5D892;
}
.BgClassName
{
background-color: #B5D892;
}
</style>
border-color css
<style>
span { border-color: #B5D892; }
span { border-color: rgb(181,216,146); }
td.TdClassName
{
border-color: #B5D892;
}
.TagClassName
{
border-color: #B5D892;
}
</style>