Shades of Sprout #B0CE9B
Tints of Sprout #B0CE9B
RGB
CMYK
RGB Variations
Color information
#B0CE9B (or 0xB0CE9B) is known color: Sprout. HEX triplet: B0, CE and 9B. RGB value is (176,206,155). Sum of RGB (Red+Green+Blue) = 176+206+155=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CE9B is #4F3164. Grayscale: #BFBFBF. Windows color (decimal): -5189989 or 10210992. OLE color: 10210992.
HSL color Cylindrical-coordinate representation of color #B0CE9B: hue angle of 95.29º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0CE9B is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 155 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.19 |
| HSL | 95.29º | 0.34% | 0.71% | - |
| HSV(B) | 95.29º | 0.25% | 0.81% | - |
| XYZ | 45.89 | 55.74 | 39.35 | - |
| YUV | 191.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 155 | 0.15 | 0 | 0.25 | 0.19 | 95.29 | 0.34 | 0.71 |
| Hex | B0 | CE | 9B | F | 0 | 19 | 13 | 5F | 22 | 47 |
| Octal | 260 | 316 | 233 | 17 | 0 | 31 | 23 | 137 | 42 | 107 |
| Binary | 10110000 | 11001110 | 10011011 | 1111 | 0 | 11001 | 10011 | 1011111 | 100010 | 1000111 |
Color Harmonies of #B0CE9B
Complementary color
Monochromatic Colors of #B0CE9B
Black with #B0CE9B
Text Example
Text Example
White with #B0CE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE9B; }
p { color: rgb(176,206,155); }
H1.HeaderClassName
{
color: #B0CE9B;
}
.AnyTagClassName
{
color: #B0CE9B;
}
</style>
background-color css
<style>
a { background-color: #B0CE9B; }
a { background-color: rgb(176,206,155); }
div.DivClassName
{
background-color: #B0CE9B;
}
.BgClassName
{
background-color: #B0CE9B;
}
</style>
border-color css
<style>
span { border-color: #B0CE9B; }
span { border-color: rgb(176,206,155); }
td.TdClassName
{
border-color: #B0CE9B;
}
.TagClassName
{
border-color: #B0CE9B;
}
</style>