Shades of Sprout #B5C894
Tints of Sprout #B5C894
RGB
CMYK
RGB Variations
Color information
#B5C894 (or 0xB5C894) is known color: Sprout. HEX triplet: B5, C8 and 94. RGB value is (181,200,148). Sum of RGB (Red+Green+Blue) = 181+200+148=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C894 is #4A376B. Grayscale: #BCBCBC. Windows color (decimal): -4863852 or 9750709. OLE color: 9750709.
HSL color Cylindrical-coordinate representation of color #B5C894: hue angle of 81.92º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5C894 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 148 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.22 |
| HSL | 81.92º | 0.32% | 0.68% | - |
| HSV(B) | 81.92º | 0.26% | 0.78% | - |
| XYZ | 45.06 | 53.27 | 35.92 | - |
| YUV | 188.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 148 | 0.09 | 0 | 0.26 | 0.22 | 81.92 | 0.32 | 0.68 |
| Hex | B5 | C8 | 94 | 9 | 0 | 1A | 16 | 52 | 20 | 44 |
| Octal | 265 | 310 | 224 | 11 | 0 | 32 | 26 | 122 | 40 | 104 |
| Binary | 10110101 | 11001000 | 10010100 | 1001 | 0 | 11010 | 10110 | 1010010 | 100000 | 1000100 |
Color Harmonies of #B5C894
Complementary color
Monochromatic Colors of #B5C894
Black with #B5C894
Text Example
Text Example
White with #B5C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C894; }
p { color: rgb(181,200,148); }
H1.HeaderClassName
{
color: #B5C894;
}
.AnyTagClassName
{
color: #B5C894;
}
</style>
background-color css
<style>
a { background-color: #B5C894; }
a { background-color: rgb(181,200,148); }
div.DivClassName
{
background-color: #B5C894;
}
.BgClassName
{
background-color: #B5C894;
}
</style>
border-color css
<style>
span { border-color: #B5C894; }
span { border-color: rgb(181,200,148); }
td.TdClassName
{
border-color: #B5C894;
}
.TagClassName
{
border-color: #B5C894;
}
</style>