Shades of Sprout #B0C39F
Tints of Sprout #B0C39F
RGB
CMYK
RGB Variations
Color information
#B0C39F (or 0xB0C39F) is known color: Sprout. HEX triplet: B0, C3 and 9F. RGB value is (176,195,159). Sum of RGB (Red+Green+Blue) = 176+195+159=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C39F is #4F3C60. Grayscale: #B9B9B9. Windows color (decimal): -5192801 or 10470320. OLE color: 10470320.
HSL color Cylindrical-coordinate representation of color #B0C39F: hue angle of 91.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0C39F is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 195 | 159 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.24 |
| HSL | 91.67º | 0.23% | 0.69% | - |
| HSV(B) | 91.67º | 0.18% | 0.76% | - |
| XYZ | 43.68 | 50.76 | 40.3 | - |
| YUV | 185.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 159 | 0.10 | 0 | 0.18 | 0.24 | 91.67 | 0.23 | 0.69 |
| Hex | B0 | C3 | 9F | A | 0 | 12 | 18 | 5C | 17 | 45 |
| Octal | 260 | 303 | 237 | 12 | 0 | 22 | 30 | 134 | 27 | 105 |
| Binary | 10110000 | 11000011 | 10011111 | 1010 | 0 | 10010 | 11000 | 1011100 | 10111 | 1000101 |
Color Harmonies of #B0C39F
Complementary color
Monochromatic Colors of #B0C39F
Black with #B0C39F
Text Example
Text Example
White with #B0C39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C39F; }
p { color: rgb(176,195,159); }
H1.HeaderClassName
{
color: #B0C39F;
}
.AnyTagClassName
{
color: #B0C39F;
}
</style>
background-color css
<style>
a { background-color: #B0C39F; }
a { background-color: rgb(176,195,159); }
div.DivClassName
{
background-color: #B0C39F;
}
.BgClassName
{
background-color: #B0C39F;
}
</style>
border-color css
<style>
span { border-color: #B0C39F; }
span { border-color: rgb(176,195,159); }
td.TdClassName
{
border-color: #B0C39F;
}
.TagClassName
{
border-color: #B0C39F;
}
</style>