Shades of Sprout #B5D494
Tints of Sprout #B5D494
RGB
CMYK
RGB Variations
Color information
#B5D494 (or 0xB5D494) is known color: Sprout. HEX triplet: B5, D4 and 94. RGB value is (181,212,148). Sum of RGB (Red+Green+Blue) = 181+212+148=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D494 is #4A2B6B. Grayscale: #C3C3C3. Windows color (decimal): -4860780 or 9753781. OLE color: 9753781.
HSL color Cylindrical-coordinate representation of color #B5D494: hue angle of 89.06º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5D494 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 148 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.17 |
| HSL | 89.06º | 0.43% | 0.71% | - |
| HSV(B) | 89.06º | 0.3% | 0.83% | - |
| XYZ | 47.94 | 59.05 | 36.89 | - |
| YUV | 195.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 148 | 0.15 | 0 | 0.30 | 0.17 | 89.06 | 0.43 | 0.71 |
| Hex | B5 | D4 | 94 | F | 0 | 1E | 11 | 59 | 2B | 47 |
| Octal | 265 | 324 | 224 | 17 | 0 | 36 | 21 | 131 | 53 | 107 |
| Binary | 10110101 | 11010100 | 10010100 | 1111 | 0 | 11110 | 10001 | 1011001 | 101011 | 1000111 |
Color Harmonies of #B5D494
Complementary color
Monochromatic Colors of #B5D494
Black with #B5D494
Text Example
Text Example
White with #B5D494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D494; }
p { color: rgb(181,212,148); }
H1.HeaderClassName
{
color: #B5D494;
}
.AnyTagClassName
{
color: #B5D494;
}
</style>
background-color css
<style>
a { background-color: #B5D494; }
a { background-color: rgb(181,212,148); }
div.DivClassName
{
background-color: #B5D494;
}
.BgClassName
{
background-color: #B5D494;
}
</style>
border-color css
<style>
span { border-color: #B5D494; }
span { border-color: rgb(181,212,148); }
td.TdClassName
{
border-color: #B5D494;
}
.TagClassName
{
border-color: #B5D494;
}
</style>