Shades of Sprout #B0C799
Tints of Sprout #B0C799
RGB
CMYK
RGB Variations
Color information
#B0C799 (or 0xB0C799) is known color: Sprout. HEX triplet: B0, C7 and 99. RGB value is (176,199,153). Sum of RGB (Red+Green+Blue) = 176+199+153=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C799 is #4F3866. Grayscale: #BBBBBB. Windows color (decimal): -5191783 or 10078128. OLE color: 10078128.
HSL color Cylindrical-coordinate representation of color #B0C799: hue angle of 90º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0C799 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 199 | 153 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.22 |
| HSL | 90º | 0.29% | 0.69% | - |
| HSV(B) | 90º | 0.23% | 0.78% | - |
| XYZ | 44.08 | 52.38 | 37.92 | - |
| YUV | 186.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 153 | 0.12 | 0 | 0.23 | 0.22 | 90 | 0.29 | 0.69 |
| Hex | B0 | C7 | 99 | C | 0 | 17 | 16 | 5A | 1D | 45 |
| Octal | 260 | 307 | 231 | 14 | 0 | 27 | 26 | 132 | 35 | 105 |
| Binary | 10110000 | 11000111 | 10011001 | 1100 | 0 | 10111 | 10110 | 1011010 | 11101 | 1000101 |
Color Harmonies of #B0C799
Complementary color
Monochromatic Colors of #B0C799
Black with #B0C799
Text Example
Text Example
White with #B0C799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C799; }
p { color: rgb(176,199,153); }
H1.HeaderClassName
{
color: #B0C799;
}
.AnyTagClassName
{
color: #B0C799;
}
</style>
background-color css
<style>
a { background-color: #B0C799; }
a { background-color: rgb(176,199,153); }
div.DivClassName
{
background-color: #B0C799;
}
.BgClassName
{
background-color: #B0C799;
}
</style>
border-color css
<style>
span { border-color: #B0C799; }
span { border-color: rgb(176,199,153); }
td.TdClassName
{
border-color: #B0C799;
}
.TagClassName
{
border-color: #B0C799;
}
</style>