Shades of Sprout #B8C89F
Tints of Sprout #B8C89F
RGB
CMYK
RGB Variations
Color information
#B8C89F (or 0xB8C89F) is known color: Sprout. HEX triplet: B8, C8 and 9F. RGB value is (184,200,159). Sum of RGB (Red+Green+Blue) = 184+200+159=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C89F is #473760. Grayscale: #BEBEBE. Windows color (decimal): -4667233 or 10471608. OLE color: 10471608.
HSL color Cylindrical-coordinate representation of color #B8C89F: hue angle of 83.41º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8C89F is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 159 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.22 |
| HSL | 83.41º | 0.27% | 0.7% | - |
| HSV(B) | 83.41º | 0.21% | 0.78% | - |
| XYZ | 46.68 | 54 | 40.76 | - |
| YUV | 190.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 159 | 0.08 | 0 | 0.20 | 0.22 | 83.41 | 0.27 | 0.7 |
| Hex | B8 | C8 | 9F | 8 | 0 | 14 | 16 | 53 | 1B | 46 |
| Octal | 270 | 310 | 237 | 10 | 0 | 24 | 26 | 123 | 33 | 106 |
| Binary | 10111000 | 11001000 | 10011111 | 1000 | 0 | 10100 | 10110 | 1010011 | 11011 | 1000110 |
Color Harmonies of #B8C89F
Complementary color
Monochromatic Colors of #B8C89F
Black with #B8C89F
Text Example
Text Example
White with #B8C89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C89F; }
p { color: rgb(184,200,159); }
H1.HeaderClassName
{
color: #B8C89F;
}
.AnyTagClassName
{
color: #B8C89F;
}
</style>
background-color css
<style>
a { background-color: #B8C89F; }
a { background-color: rgb(184,200,159); }
div.DivClassName
{
background-color: #B8C89F;
}
.BgClassName
{
background-color: #B8C89F;
}
</style>
border-color css
<style>
span { border-color: #B8C89F; }
span { border-color: rgb(184,200,159); }
td.TdClassName
{
border-color: #B8C89F;
}
.TagClassName
{
border-color: #B8C89F;
}
</style>