Shades of Sprout #B9C894
Tints of Sprout #B9C894
RGB
CMYK
RGB Variations
Color information
#B9C894 (or 0xB9C894) is known color: Sprout. HEX triplet: B9, C8 and 94. RGB value is (185,200,148). Sum of RGB (Red+Green+Blue) = 185+200+148=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C894 is #46376B. Grayscale: #BDBDBD. Windows color (decimal): -4601708 or 9750713. OLE color: 9750713.
HSL color Cylindrical-coordinate representation of color #B9C894: hue angle of 77.31º 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 #B9C894 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 148 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.22 |
| HSL | 77.31º | 0.32% | 0.68% | - |
| HSV(B) | 77.31º | 0.26% | 0.78% | - |
| XYZ | 46.01 | 53.76 | 35.97 | - |
| YUV | 189.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 148 | 0.08 | 0 | 0.26 | 0.22 | 77.31 | 0.32 | 0.68 |
| Hex | B9 | C8 | 94 | 8 | 0 | 1A | 16 | 4D | 20 | 44 |
| Octal | 271 | 310 | 224 | 10 | 0 | 32 | 26 | 115 | 40 | 104 |
| Binary | 10111001 | 11001000 | 10010100 | 1000 | 0 | 11010 | 10110 | 1001101 | 100000 | 1000100 |
Color Harmonies of #B9C894
Complementary color
Monochromatic Colors of #B9C894
Black with #B9C894
Text Example
Text Example
White with #B9C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C894; }
p { color: rgb(185,200,148); }
H1.HeaderClassName
{
color: #B9C894;
}
.AnyTagClassName
{
color: #B9C894;
}
</style>
background-color css
<style>
a { background-color: #B9C894; }
a { background-color: rgb(185,200,148); }
div.DivClassName
{
background-color: #B9C894;
}
.BgClassName
{
background-color: #B9C894;
}
</style>
border-color css
<style>
span { border-color: #B9C894; }
span { border-color: rgb(185,200,148); }
td.TdClassName
{
border-color: #B9C894;
}
.TagClassName
{
border-color: #B9C894;
}
</style>