Shades of Sprout #B8C399
Tints of Sprout #B8C399
RGB
CMYK
RGB Variations
Color information
#B8C399 (or 0xB8C399) is known color: Sprout. HEX triplet: B8, C3 and 99. RGB value is (184,195,153). Sum of RGB (Red+Green+Blue) = 184+195+153=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C399 is #473C66. Grayscale: #BBBBBB. Windows color (decimal): -4668519 or 10077112. OLE color: 10077112.
HSL color Cylindrical-coordinate representation of color #B8C399: hue angle of 75.71º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8C399 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 153 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.24 |
| HSL | 75.71º | 0.26% | 0.68% | - |
| HSV(B) | 75.71º | 0.22% | 0.76% | - |
| XYZ | 45.03 | 51.52 | 37.71 | - |
| YUV | 186.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 153 | 0.06 | 0 | 0.22 | 0.24 | 75.71 | 0.26 | 0.68 |
| Hex | B8 | C3 | 99 | 6 | 0 | 16 | 18 | 4C | 1A | 44 |
| Octal | 270 | 303 | 231 | 6 | 0 | 26 | 30 | 114 | 32 | 104 |
| Binary | 10111000 | 11000011 | 10011001 | 110 | 0 | 10110 | 11000 | 1001100 | 11010 | 1000100 |
Color Harmonies of #B8C399
Complementary color
Monochromatic Colors of #B8C399
Black with #B8C399
Text Example
Text Example
White with #B8C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C399; }
p { color: rgb(184,195,153); }
H1.HeaderClassName
{
color: #B8C399;
}
.AnyTagClassName
{
color: #B8C399;
}
</style>
background-color css
<style>
a { background-color: #B8C399; }
a { background-color: rgb(184,195,153); }
div.DivClassName
{
background-color: #B8C399;
}
.BgClassName
{
background-color: #B8C399;
}
</style>
border-color css
<style>
span { border-color: #B8C399; }
span { border-color: rgb(184,195,153); }
td.TdClassName
{
border-color: #B8C399;
}
.TagClassName
{
border-color: #B8C399;
}
</style>