Shades of Sprout #B9C890
Tints of Sprout #B9C890
RGB
CMYK
RGB Variations
Color information
#B9C890 (or 0xB9C890) is known color: Sprout. HEX triplet: B9, C8 and 90. RGB value is (185,200,144). Sum of RGB (Red+Green+Blue) = 185+200+144=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C890 is #46376F. Grayscale: #BDBDBD. Windows color (decimal): -4601712 or 9488569. OLE color: 9488569.
HSL color Cylindrical-coordinate representation of color #B9C890: hue angle of 76.07º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9C890 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 144 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.22 |
| HSL | 76.07º | 0.34% | 0.67% | - |
| HSV(B) | 76.07º | 0.28% | 0.78% | - |
| XYZ | 45.7 | 53.64 | 34.33 | - |
| YUV | 189.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 144 | 0.08 | 0 | 0.28 | 0.22 | 76.07 | 0.34 | 0.67 |
| Hex | B9 | C8 | 90 | 8 | 0 | 1C | 16 | 4C | 22 | 43 |
| Octal | 271 | 310 | 220 | 10 | 0 | 34 | 26 | 114 | 42 | 103 |
| Binary | 10111001 | 11001000 | 10010000 | 1000 | 0 | 11100 | 10110 | 1001100 | 100010 | 1000011 |
Color Harmonies of #B9C890
Complementary color
Monochromatic Colors of #B9C890
Black with #B9C890
Text Example
Text Example
White with #B9C890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C890; }
p { color: rgb(185,200,144); }
H1.HeaderClassName
{
color: #B9C890;
}
.AnyTagClassName
{
color: #B9C890;
}
</style>
background-color css
<style>
a { background-color: #B9C890; }
a { background-color: rgb(185,200,144); }
div.DivClassName
{
background-color: #B9C890;
}
.BgClassName
{
background-color: #B9C890;
}
</style>
border-color css
<style>
span { border-color: #B9C890; }
span { border-color: rgb(185,200,144); }
td.TdClassName
{
border-color: #B9C890;
}
.TagClassName
{
border-color: #B9C890;
}
</style>