Shades of Sprout #B9D09D
Tints of Sprout #B9D09D
RGB
CMYK
RGB Variations
Color information
#B9D09D (or 0xB9D09D) is known color: Sprout. HEX triplet: B9, D0 and 9D. RGB value is (185,208,157). Sum of RGB (Red+Green+Blue) = 185+208+157=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D09D is #462F62. Grayscale: #C3C3C3. Windows color (decimal): -4599651 or 10342585. OLE color: 10342585.
HSL color Cylindrical-coordinate representation of color #B9D09D: hue angle of 87.06º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9D09D is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 157 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.18 |
| HSL | 87.06º | 0.35% | 0.72% | - |
| HSV(B) | 87.06º | 0.25% | 0.82% | - |
| XYZ | 48.65 | 57.86 | 40.5 | - |
| YUV | 195.31 | 106.38 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 157 | 0.11 | 0 | 0.25 | 0.18 | 87.06 | 0.35 | 0.72 |
| Hex | B9 | D0 | 9D | B | 0 | 19 | 12 | 57 | 23 | 48 |
| Octal | 271 | 320 | 235 | 13 | 0 | 31 | 22 | 127 | 43 | 110 |
| Binary | 10111001 | 11010000 | 10011101 | 1011 | 0 | 11001 | 10010 | 1010111 | 100011 | 1001000 |
Color Harmonies of #B9D09D
Complementary color
Monochromatic Colors of #B9D09D
Black with #B9D09D
Text Example
Text Example
White with #B9D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D09D; }
p { color: rgb(185,208,157); }
H1.HeaderClassName
{
color: #B9D09D;
}
.AnyTagClassName
{
color: #B9D09D;
}
</style>
background-color css
<style>
a { background-color: #B9D09D; }
a { background-color: rgb(185,208,157); }
div.DivClassName
{
background-color: #B9D09D;
}
.BgClassName
{
background-color: #B9D09D;
}
</style>
border-color css
<style>
span { border-color: #B9D09D; }
span { border-color: rgb(185,208,157); }
td.TdClassName
{
border-color: #B9D09D;
}
.TagClassName
{
border-color: #B9D09D;
}
</style>