Shades of Sprout #B8CB9C
Tints of Sprout #B8CB9C
RGB
CMYK
RGB Variations
Color information
#B8CB9C (or 0xB8CB9C) is known color: Sprout. HEX triplet: B8, CB and 9C. RGB value is (184,203,156). Sum of RGB (Red+Green+Blue) = 184+203+156=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CB9C is #473463. Grayscale: #C0C0C0. Windows color (decimal): -4666468 or 10275768. OLE color: 10275768.
HSL color Cylindrical-coordinate representation of color #B8CB9C: hue angle of 84.26º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8CB9C is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 156 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.20 |
| HSL | 84.26º | 0.31% | 0.7% | - |
| HSV(B) | 84.26º | 0.23% | 0.8% | - |
| XYZ | 47.12 | 55.3 | 39.64 | - |
| YUV | 191.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 156 | 0.09 | 0 | 0.23 | 0.20 | 84.26 | 0.31 | 0.7 |
| Hex | B8 | CB | 9C | 9 | 0 | 17 | 14 | 54 | 1F | 46 |
| Octal | 270 | 313 | 234 | 11 | 0 | 27 | 24 | 124 | 37 | 106 |
| Binary | 10111000 | 11001011 | 10011100 | 1001 | 0 | 10111 | 10100 | 1010100 | 11111 | 1000110 |
Color Harmonies of #B8CB9C
Complementary color
Monochromatic Colors of #B8CB9C
Black with #B8CB9C
Text Example
Text Example
White with #B8CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CB9C; }
p { color: rgb(184,203,156); }
H1.HeaderClassName
{
color: #B8CB9C;
}
.AnyTagClassName
{
color: #B8CB9C;
}
</style>
background-color css
<style>
a { background-color: #B8CB9C; }
a { background-color: rgb(184,203,156); }
div.DivClassName
{
background-color: #B8CB9C;
}
.BgClassName
{
background-color: #B8CB9C;
}
</style>
border-color css
<style>
span { border-color: #B8CB9C; }
span { border-color: rgb(184,203,156); }
td.TdClassName
{
border-color: #B8CB9C;
}
.TagClassName
{
border-color: #B8CB9C;
}
</style>