Shades of Sprout #B5D291
Tints of Sprout #B5D291
RGB
CMYK
RGB Variations
Color information
#B5D291 (or 0xB5D291) is known color: Sprout. HEX triplet: B5, D2 and 91. RGB value is (181,210,145). Sum of RGB (Red+Green+Blue) = 181+210+145=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D291 is #4A2D6E. Grayscale: #C2C2C2. Windows color (decimal): -4861295 or 9556661. OLE color: 9556661.
HSL color Cylindrical-coordinate representation of color #B5D291: hue angle of 86.77º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5D291 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 145 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.18 |
| HSL | 86.77º | 0.42% | 0.7% | - |
| HSV(B) | 86.77º | 0.31% | 0.82% | - |
| XYZ | 47.21 | 57.96 | 35.49 | - |
| YUV | 193.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 145 | 0.14 | 0 | 0.31 | 0.18 | 86.77 | 0.42 | 0.7 |
| Hex | B5 | D2 | 91 | E | 0 | 1F | 12 | 57 | 2A | 46 |
| Octal | 265 | 322 | 221 | 16 | 0 | 37 | 22 | 127 | 52 | 106 |
| Binary | 10110101 | 11010010 | 10010001 | 1110 | 0 | 11111 | 10010 | 1010111 | 101010 | 1000110 |
Color Harmonies of #B5D291
Complementary color
Monochromatic Colors of #B5D291
Black with #B5D291
Text Example
Text Example
White with #B5D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D291; }
p { color: rgb(181,210,145); }
H1.HeaderClassName
{
color: #B5D291;
}
.AnyTagClassName
{
color: #B5D291;
}
</style>
background-color css
<style>
a { background-color: #B5D291; }
a { background-color: rgb(181,210,145); }
div.DivClassName
{
background-color: #B5D291;
}
.BgClassName
{
background-color: #B5D291;
}
</style>
border-color css
<style>
span { border-color: #B5D291; }
span { border-color: rgb(181,210,145); }
td.TdClassName
{
border-color: #B5D291;
}
.TagClassName
{
border-color: #B5D291;
}
</style>