Shades of Sprout #B5D792
Tints of Sprout #B5D792
RGB
CMYK
RGB Variations
Color information
#B5D792 (or 0xB5D792) is known color: Sprout. HEX triplet: B5, D7 and 92. RGB value is (181,215,146). Sum of RGB (Red+Green+Blue) = 181+215+146=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D792 is #4A286D. Grayscale: #C5C5C5. Windows color (decimal): -4860014 or 9623477. OLE color: 9623477.
HSL color Cylindrical-coordinate representation of color #B5D792: hue angle of 89.57º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5D792 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 146 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.16 |
| HSL | 89.57º | 0.46% | 0.71% | - |
| HSV(B) | 89.57º | 0.32% | 0.84% | - |
| XYZ | 48.54 | 60.5 | 36.31 | - |
| YUV | 196.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 146 | 0.16 | 0 | 0.32 | 0.16 | 89.57 | 0.46 | 0.71 |
| Hex | B5 | D7 | 92 | 10 | 0 | 20 | 10 | 5A | 2E | 47 |
| Octal | 265 | 327 | 222 | 20 | 0 | 40 | 20 | 132 | 56 | 107 |
| Binary | 10110101 | 11010111 | 10010010 | 10000 | 0 | 100000 | 10000 | 1011010 | 101110 | 1000111 |
Color Harmonies of #B5D792
Complementary color
Monochromatic Colors of #B5D792
Black with #B5D792
Text Example
Text Example
White with #B5D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D792; }
p { color: rgb(181,215,146); }
H1.HeaderClassName
{
color: #B5D792;
}
.AnyTagClassName
{
color: #B5D792;
}
</style>
background-color css
<style>
a { background-color: #B5D792; }
a { background-color: rgb(181,215,146); }
div.DivClassName
{
background-color: #B5D792;
}
.BgClassName
{
background-color: #B5D792;
}
</style>
border-color css
<style>
span { border-color: #B5D792; }
span { border-color: rgb(181,215,146); }
td.TdClassName
{
border-color: #B5D792;
}
.TagClassName
{
border-color: #B5D792;
}
</style>