Shades of Sprout #B0D099
Tints of Sprout #B0D099
RGB
CMYK
RGB Variations
Color information
#B0D099 (or 0xB0D099) is known color: Sprout. HEX triplet: B0, D0 and 99. RGB value is (176,208,153). Sum of RGB (Red+Green+Blue) = 176+208+153=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D099 is #4F2F66. Grayscale: #C0C0C0. Windows color (decimal): -5189479 or 10080432. OLE color: 10080432.
HSL color Cylindrical-coordinate representation of color #B0D099: hue angle of 94.91º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D099 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 153 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.18 |
| HSL | 94.91º | 0.37% | 0.71% | - |
| HSV(B) | 94.91º | 0.26% | 0.82% | - |
| XYZ | 46.21 | 56.64 | 38.63 | - |
| YUV | 192.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 153 | 0.15 | 0 | 0.26 | 0.18 | 94.91 | 0.37 | 0.71 |
| Hex | B0 | D0 | 99 | F | 0 | 1A | 12 | 5F | 25 | 47 |
| Octal | 260 | 320 | 231 | 17 | 0 | 32 | 22 | 137 | 45 | 107 |
| Binary | 10110000 | 11010000 | 10011001 | 1111 | 0 | 11010 | 10010 | 1011111 | 100101 | 1000111 |
Color Harmonies of #B0D099
Complementary color
Monochromatic Colors of #B0D099
Black with #B0D099
Text Example
Text Example
White with #B0D099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D099; }
p { color: rgb(176,208,153); }
H1.HeaderClassName
{
color: #B0D099;
}
.AnyTagClassName
{
color: #B0D099;
}
</style>
background-color css
<style>
a { background-color: #B0D099; }
a { background-color: rgb(176,208,153); }
div.DivClassName
{
background-color: #B0D099;
}
.BgClassName
{
background-color: #B0D099;
}
</style>
border-color css
<style>
span { border-color: #B0D099; }
span { border-color: rgb(176,208,153); }
td.TdClassName
{
border-color: #B0D099;
}
.TagClassName
{
border-color: #B0D099;
}
</style>