Shades of Sprout #B9D09B
Tints of Sprout #B9D09B
RGB
CMYK
RGB Variations
Color information
#B9D09B (or 0xB9D09B) is known color: Sprout. HEX triplet: B9, D0 and 9B. RGB value is (185,208,155). Sum of RGB (Red+Green+Blue) = 185+208+155=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D09B is #462F64. Grayscale: #C3C3C3. Windows color (decimal): -4599653 or 10211513. OLE color: 10211513.
HSL color Cylindrical-coordinate representation of color #B9D09B: hue angle of 86.04º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9D09B is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 155 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.18 |
| HSL | 86.04º | 0.36% | 0.71% | - |
| HSV(B) | 86.04º | 0.25% | 0.82% | - |
| XYZ | 48.48 | 57.79 | 39.61 | - |
| YUV | 195.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 155 | 0.11 | 0 | 0.25 | 0.18 | 86.04 | 0.36 | 0.71 |
| Hex | B9 | D0 | 9B | B | 0 | 19 | 12 | 56 | 24 | 47 |
| Octal | 271 | 320 | 233 | 13 | 0 | 31 | 22 | 126 | 44 | 107 |
| Binary | 10111001 | 11010000 | 10011011 | 1011 | 0 | 11001 | 10010 | 1010110 | 100100 | 1000111 |
Color Harmonies of #B9D09B
Complementary color
Monochromatic Colors of #B9D09B
Black with #B9D09B
Text Example
Text Example
White with #B9D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D09B; }
p { color: rgb(185,208,155); }
H1.HeaderClassName
{
color: #B9D09B;
}
.AnyTagClassName
{
color: #B9D09B;
}
</style>
background-color css
<style>
a { background-color: #B9D09B; }
a { background-color: rgb(185,208,155); }
div.DivClassName
{
background-color: #B9D09B;
}
.BgClassName
{
background-color: #B9D09B;
}
</style>
border-color css
<style>
span { border-color: #B9D09B; }
span { border-color: rgb(185,208,155); }
td.TdClassName
{
border-color: #B9D09B;
}
.TagClassName
{
border-color: #B9D09B;
}
</style>