Shades of Sprout #B7CBA0
Tints of Sprout #B7CBA0
RGB
CMYK
RGB Variations
Color information
#B7CBA0 (or 0xB7CBA0) is known color: Sprout. HEX triplet: B7, CB and A0. RGB value is (183,203,160). Sum of RGB (Red+Green+Blue) = 183+203+160=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CBA0 is #48345F. Grayscale: #C0C0C0. Windows color (decimal): -4732000 or 10537911. OLE color: 10537911.
HSL color Cylindrical-coordinate representation of color #B7CBA0: hue angle of 87.91º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7CBA0 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 160 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.20 |
| HSL | 87.91º | 0.29% | 0.71% | - |
| HSV(B) | 87.91º | 0.21% | 0.8% | - |
| XYZ | 47.23 | 55.32 | 41.45 | - |
| YUV | 192.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 160 | 0.10 | 0 | 0.21 | 0.20 | 87.91 | 0.29 | 0.71 |
| Hex | B7 | CB | A0 | A | 0 | 15 | 14 | 58 | 1D | 47 |
| Octal | 267 | 313 | 240 | 12 | 0 | 25 | 24 | 130 | 35 | 107 |
| Binary | 10110111 | 11001011 | 10100000 | 1010 | 0 | 10101 | 10100 | 1011000 | 11101 | 1000111 |
Color Harmonies of #B7CBA0
Complementary color
Monochromatic Colors of #B7CBA0
Black with #B7CBA0
Text Example
Text Example
White with #B7CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBA0; }
p { color: rgb(183,203,160); }
H1.HeaderClassName
{
color: #B7CBA0;
}
.AnyTagClassName
{
color: #B7CBA0;
}
</style>
background-color css
<style>
a { background-color: #B7CBA0; }
a { background-color: rgb(183,203,160); }
div.DivClassName
{
background-color: #B7CBA0;
}
.BgClassName
{
background-color: #B7CBA0;
}
</style>
border-color css
<style>
span { border-color: #B7CBA0; }
span { border-color: rgb(183,203,160); }
td.TdClassName
{
border-color: #B7CBA0;
}
.TagClassName
{
border-color: #B7CBA0;
}
</style>