Shades of Sprout #B0BD9B
Tints of Sprout #B0BD9B
RGB
CMYK
RGB Variations
Color information
#B0BD9B (or 0xB0BD9B) is known color: Sprout. HEX triplet: B0, BD and 9B. RGB value is (176,189,155). Sum of RGB (Red+Green+Blue) = 176+189+155=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD9B is #4F4264. Grayscale: #B5B5B5. Windows color (decimal): -5194341 or 10206640. OLE color: 10206640.
HSL color Cylindrical-coordinate representation of color #B0BD9B: hue angle of 82.94º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0BD9B is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 155 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.26 |
| HSL | 82.94º | 0.2% | 0.67% | - |
| HSV(B) | 82.94º | 0.18% | 0.74% | - |
| XYZ | 42.02 | 47.99 | 38.06 | - |
| YUV | 181.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 155 | 0.07 | 0 | 0.18 | 0.26 | 82.94 | 0.2 | 0.67 |
| Hex | B0 | BD | 9B | 7 | 0 | 12 | 1A | 53 | 14 | 43 |
| Octal | 260 | 275 | 233 | 7 | 0 | 22 | 32 | 123 | 24 | 103 |
| Binary | 10110000 | 10111101 | 10011011 | 111 | 0 | 10010 | 11010 | 1010011 | 10100 | 1000011 |
Color Harmonies of #B0BD9B
Complementary color
Monochromatic Colors of #B0BD9B
Black with #B0BD9B
Text Example
Text Example
White with #B0BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD9B; }
p { color: rgb(176,189,155); }
H1.HeaderClassName
{
color: #B0BD9B;
}
.AnyTagClassName
{
color: #B0BD9B;
}
</style>
background-color css
<style>
a { background-color: #B0BD9B; }
a { background-color: rgb(176,189,155); }
div.DivClassName
{
background-color: #B0BD9B;
}
.BgClassName
{
background-color: #B0BD9B;
}
</style>
border-color css
<style>
span { border-color: #B0BD9B; }
span { border-color: rgb(176,189,155); }
td.TdClassName
{
border-color: #B0BD9B;
}
.TagClassName
{
border-color: #B0BD9B;
}
</style>