Shades of Sprout #B0D098
Tints of Sprout #B0D098
RGB
CMYK
RGB Variations
Color information
#B0D098 (or 0xB0D098) is known color: Sprout. HEX triplet: B0, D0 and 98. RGB value is (176,208,152). Sum of RGB (Red+Green+Blue) = 176+208+152=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D098 is #4F2F67. Grayscale: #C0C0C0. Windows color (decimal): -5189480 or 10014896. OLE color: 10014896.
HSL color Cylindrical-coordinate representation of color #B0D098: hue angle of 94.29º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0D098 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 152 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.18 |
| HSL | 94.29º | 0.37% | 0.71% | - |
| HSV(B) | 94.29º | 0.27% | 0.82% | - |
| XYZ | 46.13 | 56.61 | 38.2 | - |
| YUV | 192.05 | 105.4 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 152 | 0.15 | 0 | 0.27 | 0.18 | 94.29 | 0.37 | 0.71 |
| Hex | B0 | D0 | 98 | F | 0 | 1B | 12 | 5E | 25 | 47 |
| Octal | 260 | 320 | 230 | 17 | 0 | 33 | 22 | 136 | 45 | 107 |
| Binary | 10110000 | 11010000 | 10011000 | 1111 | 0 | 11011 | 10010 | 1011110 | 100101 | 1000111 |
Color Harmonies of #B0D098
Complementary color
Monochromatic Colors of #B0D098
Black with #B0D098
Text Example
Text Example
White with #B0D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D098; }
p { color: rgb(176,208,152); }
H1.HeaderClassName
{
color: #B0D098;
}
.AnyTagClassName
{
color: #B0D098;
}
</style>
background-color css
<style>
a { background-color: #B0D098; }
a { background-color: rgb(176,208,152); }
div.DivClassName
{
background-color: #B0D098;
}
.BgClassName
{
background-color: #B0D098;
}
</style>
border-color css
<style>
span { border-color: #B0D098; }
span { border-color: rgb(176,208,152); }
td.TdClassName
{
border-color: #B0D098;
}
.TagClassName
{
border-color: #B0D098;
}
</style>