Shades of Sprout #B8C99B
Tints of Sprout #B8C99B
RGB
CMYK
RGB Variations
Color information
#B8C99B (or 0xB8C99B) is known color: Sprout. HEX triplet: B8, C9 and 9B. RGB value is (184,201,155). Sum of RGB (Red+Green+Blue) = 184+201+155=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C99B is #473664. Grayscale: #BEBEBE. Windows color (decimal): -4666981 or 10209720. OLE color: 10209720.
HSL color Cylindrical-coordinate representation of color #B8C99B: hue angle of 82.17º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8C99B is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 155 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.21 |
| HSL | 82.17º | 0.3% | 0.7% | - |
| HSV(B) | 82.17º | 0.23% | 0.79% | - |
| XYZ | 46.57 | 54.33 | 39.04 | - |
| YUV | 190.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 155 | 0.08 | 0 | 0.23 | 0.21 | 82.17 | 0.3 | 0.7 |
| Hex | B8 | C9 | 9B | 8 | 0 | 17 | 15 | 52 | 1E | 46 |
| Octal | 270 | 311 | 233 | 10 | 0 | 27 | 25 | 122 | 36 | 106 |
| Binary | 10111000 | 11001001 | 10011011 | 1000 | 0 | 10111 | 10101 | 1010010 | 11110 | 1000110 |
Color Harmonies of #B8C99B
Complementary color
Monochromatic Colors of #B8C99B
Black with #B8C99B
Text Example
Text Example
White with #B8C99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C99B; }
p { color: rgb(184,201,155); }
H1.HeaderClassName
{
color: #B8C99B;
}
.AnyTagClassName
{
color: #B8C99B;
}
</style>
background-color css
<style>
a { background-color: #B8C99B; }
a { background-color: rgb(184,201,155); }
div.DivClassName
{
background-color: #B8C99B;
}
.BgClassName
{
background-color: #B8C99B;
}
</style>
border-color css
<style>
span { border-color: #B8C99B; }
span { border-color: rgb(184,201,155); }
td.TdClassName
{
border-color: #B8C99B;
}
.TagClassName
{
border-color: #B8C99B;
}
</style>