Shades of Sprout #B0C29B
Tints of Sprout #B0C29B
RGB
CMYK
RGB Variations
Color information
#B0C29B (or 0xB0C29B) is known color: Sprout. HEX triplet: B0, C2 and 9B. RGB value is (176,194,155). Sum of RGB (Red+Green+Blue) = 176+194+155=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C29B is #4F3D64. Grayscale: #B8B8B8. Windows color (decimal): -5193061 or 10207920. OLE color: 10207920.
HSL color Cylindrical-coordinate representation of color #B0C29B: hue angle of 87.69º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0C29B is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 194 | 155 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.24 |
| HSL | 87.69º | 0.24% | 0.68% | - |
| HSV(B) | 87.69º | 0.2% | 0.76% | - |
| XYZ | 43.11 | 50.18 | 38.42 | - |
| YUV | 184.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 155 | 0.09 | 0 | 0.20 | 0.24 | 87.69 | 0.24 | 0.68 |
| Hex | B0 | C2 | 9B | 9 | 0 | 14 | 18 | 58 | 18 | 44 |
| Octal | 260 | 302 | 233 | 11 | 0 | 24 | 30 | 130 | 30 | 104 |
| Binary | 10110000 | 11000010 | 10011011 | 1001 | 0 | 10100 | 11000 | 1011000 | 11000 | 1000100 |
Color Harmonies of #B0C29B
Complementary color
Monochromatic Colors of #B0C29B
Black with #B0C29B
Text Example
Text Example
White with #B0C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C29B; }
p { color: rgb(176,194,155); }
H1.HeaderClassName
{
color: #B0C29B;
}
.AnyTagClassName
{
color: #B0C29B;
}
</style>
background-color css
<style>
a { background-color: #B0C29B; }
a { background-color: rgb(176,194,155); }
div.DivClassName
{
background-color: #B0C29B;
}
.BgClassName
{
background-color: #B0C29B;
}
</style>
border-color css
<style>
span { border-color: #B0C29B; }
span { border-color: rgb(176,194,155); }
td.TdClassName
{
border-color: #B0C29B;
}
.TagClassName
{
border-color: #B0C29B;
}
</style>