Shades of Sprout #B9CBA0
Tints of Sprout #B9CBA0
RGB
CMYK
RGB Variations
Color information
#B9CBA0 (or 0xB9CBA0) is known color: Sprout. HEX triplet: B9, CB and A0. RGB value is (185,203,160). Sum of RGB (Red+Green+Blue) = 185+203+160=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBA0 is #46345F. Grayscale: #C0C0C0. Windows color (decimal): -4600928 or 10537913. OLE color: 10537913.
HSL color Cylindrical-coordinate representation of color #B9CBA0: hue angle of 85.12º 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 #B9CBA0 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 160 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.20 |
| HSL | 85.12º | 0.29% | 0.71% | - |
| HSV(B) | 85.12º | 0.21% | 0.8% | - |
| XYZ | 47.71 | 55.56 | 41.47 | - |
| YUV | 192.72 | 109.54 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 160 | 0.09 | 0 | 0.21 | 0.20 | 85.12 | 0.29 | 0.71 |
| Hex | B9 | CB | A0 | 9 | 0 | 15 | 14 | 55 | 1D | 47 |
| Octal | 271 | 313 | 240 | 11 | 0 | 25 | 24 | 125 | 35 | 107 |
| Binary | 10111001 | 11001011 | 10100000 | 1001 | 0 | 10101 | 10100 | 1010101 | 11101 | 1000111 |
Color Harmonies of #B9CBA0
Complementary color
Monochromatic Colors of #B9CBA0
Black with #B9CBA0
Text Example
Text Example
White with #B9CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBA0; }
p { color: rgb(185,203,160); }
H1.HeaderClassName
{
color: #B9CBA0;
}
.AnyTagClassName
{
color: #B9CBA0;
}
</style>
background-color css
<style>
a { background-color: #B9CBA0; }
a { background-color: rgb(185,203,160); }
div.DivClassName
{
background-color: #B9CBA0;
}
.BgClassName
{
background-color: #B9CBA0;
}
</style>
border-color css
<style>
span { border-color: #B9CBA0; }
span { border-color: rgb(185,203,160); }
td.TdClassName
{
border-color: #B9CBA0;
}
.TagClassName
{
border-color: #B9CBA0;
}
</style>