Shades of Sprout #B0C39D
Tints of Sprout #B0C39D
RGB
CMYK
RGB Variations
Color information
#B0C39D (or 0xB0C39D) is known color: Sprout. HEX triplet: B0, C3 and 9D. RGB value is (176,195,157). Sum of RGB (Red+Green+Blue) = 176+195+157=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C39D is #4F3C62. Grayscale: #B9B9B9. Windows color (decimal): -5192803 or 10339248. OLE color: 10339248.
HSL color Cylindrical-coordinate representation of color #B0C39D: hue angle of 90º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0C39D is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 195 | 157 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.24 |
| HSL | 90º | 0.24% | 0.69% | - |
| HSV(B) | 90º | 0.19% | 0.76% | - |
| XYZ | 43.51 | 50.69 | 39.39 | - |
| YUV | 184.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 157 | 0.10 | 0 | 0.19 | 0.24 | 90 | 0.24 | 0.69 |
| Hex | B0 | C3 | 9D | A | 0 | 13 | 18 | 5A | 18 | 45 |
| Octal | 260 | 303 | 235 | 12 | 0 | 23 | 30 | 132 | 30 | 105 |
| Binary | 10110000 | 11000011 | 10011101 | 1010 | 0 | 10011 | 11000 | 1011010 | 11000 | 1000101 |
Color Harmonies of #B0C39D
Complementary color
Monochromatic Colors of #B0C39D
Black with #B0C39D
Text Example
Text Example
White with #B0C39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C39D; }
p { color: rgb(176,195,157); }
H1.HeaderClassName
{
color: #B0C39D;
}
.AnyTagClassName
{
color: #B0C39D;
}
</style>
background-color css
<style>
a { background-color: #B0C39D; }
a { background-color: rgb(176,195,157); }
div.DivClassName
{
background-color: #B0C39D;
}
.BgClassName
{
background-color: #B0C39D;
}
</style>
border-color css
<style>
span { border-color: #B0C39D; }
span { border-color: rgb(176,195,157); }
td.TdClassName
{
border-color: #B0C39D;
}
.TagClassName
{
border-color: #B0C39D;
}
</style>