Shades of Sprout #B7CB9B
Tints of Sprout #B7CB9B
RGB
CMYK
RGB Variations
Color information
#B7CB9B (or 0xB7CB9B) is known color: Sprout. HEX triplet: B7, CB and 9B. RGB value is (183,203,155). Sum of RGB (Red+Green+Blue) = 183+203+155=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CB9B is #483464. Grayscale: #BFBFBF. Windows color (decimal): -4732005 or 10210231. OLE color: 10210231.
HSL color Cylindrical-coordinate representation of color #B7CB9B: hue angle of 85º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7CB9B is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 155 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.20 |
| HSL | 85º | 0.32% | 0.7% | - |
| HSV(B) | 85º | 0.24% | 0.8% | - |
| XYZ | 46.8 | 55.15 | 39.19 | - |
| YUV | 191.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 155 | 0.10 | 0 | 0.24 | 0.20 | 85 | 0.32 | 0.7 |
| Hex | B7 | CB | 9B | A | 0 | 18 | 14 | 55 | 20 | 46 |
| Octal | 267 | 313 | 233 | 12 | 0 | 30 | 24 | 125 | 40 | 106 |
| Binary | 10110111 | 11001011 | 10011011 | 1010 | 0 | 11000 | 10100 | 1010101 | 100000 | 1000110 |
Color Harmonies of #B7CB9B
Complementary color
Monochromatic Colors of #B7CB9B
Black with #B7CB9B
Text Example
Text Example
White with #B7CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB9B; }
p { color: rgb(183,203,155); }
H1.HeaderClassName
{
color: #B7CB9B;
}
.AnyTagClassName
{
color: #B7CB9B;
}
</style>
background-color css
<style>
a { background-color: #B7CB9B; }
a { background-color: rgb(183,203,155); }
div.DivClassName
{
background-color: #B7CB9B;
}
.BgClassName
{
background-color: #B7CB9B;
}
</style>
border-color css
<style>
span { border-color: #B7CB9B; }
span { border-color: rgb(183,203,155); }
td.TdClassName
{
border-color: #B7CB9B;
}
.TagClassName
{
border-color: #B7CB9B;
}
</style>