Shades of Sprout #B5D394
Tints of Sprout #B5D394
RGB
CMYK
RGB Variations
Color information
#B5D394 (or 0xB5D394) is known color: Sprout. HEX triplet: B5, D3 and 94. RGB value is (181,211,148). Sum of RGB (Red+Green+Blue) = 181+211+148=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D394 is #4A2C6B. Grayscale: #C3C3C3. Windows color (decimal): -4861036 or 9753525. OLE color: 9753525.
HSL color Cylindrical-coordinate representation of color #B5D394: hue angle of 88.57º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5D394 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 148 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.17 |
| HSL | 88.57º | 0.42% | 0.7% | - |
| HSV(B) | 88.57º | 0.3% | 0.83% | - |
| XYZ | 47.7 | 58.55 | 36.8 | - |
| YUV | 194.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 148 | 0.14 | 0 | 0.30 | 0.17 | 88.57 | 0.42 | 0.7 |
| Hex | B5 | D3 | 94 | E | 0 | 1E | 11 | 59 | 2A | 46 |
| Octal | 265 | 323 | 224 | 16 | 0 | 36 | 21 | 131 | 52 | 106 |
| Binary | 10110101 | 11010011 | 10010100 | 1110 | 0 | 11110 | 10001 | 1011001 | 101010 | 1000110 |
Color Harmonies of #B5D394
Complementary color
Monochromatic Colors of #B5D394
Black with #B5D394
Text Example
Text Example
White with #B5D394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D394; }
p { color: rgb(181,211,148); }
H1.HeaderClassName
{
color: #B5D394;
}
.AnyTagClassName
{
color: #B5D394;
}
</style>
background-color css
<style>
a { background-color: #B5D394; }
a { background-color: rgb(181,211,148); }
div.DivClassName
{
background-color: #B5D394;
}
.BgClassName
{
background-color: #B5D394;
}
</style>
border-color css
<style>
span { border-color: #B5D394; }
span { border-color: rgb(181,211,148); }
td.TdClassName
{
border-color: #B5D394;
}
.TagClassName
{
border-color: #B5D394;
}
</style>