Shades of Sprout #B0CE8F
Tints of Sprout #B0CE8F
RGB
CMYK
RGB Variations
Color information
#B0CE8F (or 0xB0CE8F) is known color: Sprout. HEX triplet: B0, CE and 8F. RGB value is (176,206,143). Sum of RGB (Red+Green+Blue) = 176+206+143=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CE8F is #4F3170. Grayscale: #BEBEBE. Windows color (decimal): -5190001 or 9424560. OLE color: 9424560.
HSL color Cylindrical-coordinate representation of color #B0CE8F: hue angle of 88.57º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0CE8F is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 143 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.19 |
| HSL | 88.57º | 0.39% | 0.68% | - |
| HSV(B) | 88.57º | 0.31% | 0.81% | - |
| XYZ | 44.93 | 55.36 | 34.3 | - |
| YUV | 189.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 143 | 0.15 | 0 | 0.31 | 0.19 | 88.57 | 0.39 | 0.68 |
| Hex | B0 | CE | 8F | F | 0 | 1F | 13 | 59 | 27 | 44 |
| Octal | 260 | 316 | 217 | 17 | 0 | 37 | 23 | 131 | 47 | 104 |
| Binary | 10110000 | 11001110 | 10001111 | 1111 | 0 | 11111 | 10011 | 1011001 | 100111 | 1000100 |
Color Harmonies of #B0CE8F
Complementary color
Monochromatic Colors of #B0CE8F
Black with #B0CE8F
Text Example
Text Example
White with #B0CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE8F; }
p { color: rgb(176,206,143); }
H1.HeaderClassName
{
color: #B0CE8F;
}
.AnyTagClassName
{
color: #B0CE8F;
}
</style>
background-color css
<style>
a { background-color: #B0CE8F; }
a { background-color: rgb(176,206,143); }
div.DivClassName
{
background-color: #B0CE8F;
}
.BgClassName
{
background-color: #B0CE8F;
}
</style>
border-color css
<style>
span { border-color: #B0CE8F; }
span { border-color: rgb(176,206,143); }
td.TdClassName
{
border-color: #B0CE8F;
}
.TagClassName
{
border-color: #B0CE8F;
}
</style>