Shades of Sprout #B9D39C
Tints of Sprout #B9D39C
RGB
CMYK
RGB Variations
Color information
#B9D39C (or 0xB9D39C) is known color: Sprout. HEX triplet: B9, D3 and 9C. RGB value is (185,211,156). Sum of RGB (Red+Green+Blue) = 185+211+156=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D39C is #462C63. Grayscale: #C5C5C5. Windows color (decimal): -4598884 or 10277817. OLE color: 10277817.
HSL color Cylindrical-coordinate representation of color #B9D39C: hue angle of 88.36º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9D39C is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 156 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.17 |
| HSL | 88.36º | 0.38% | 0.72% | - |
| HSV(B) | 88.36º | 0.26% | 0.83% | - |
| XYZ | 49.3 | 59.3 | 40.3 | - |
| YUV | 196.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 156 | 0.12 | 0 | 0.26 | 0.17 | 88.36 | 0.38 | 0.72 |
| Hex | B9 | D3 | 9C | C | 0 | 1A | 11 | 58 | 26 | 48 |
| Octal | 271 | 323 | 234 | 14 | 0 | 32 | 21 | 130 | 46 | 110 |
| Binary | 10111001 | 11010011 | 10011100 | 1100 | 0 | 11010 | 10001 | 1011000 | 100110 | 1001000 |
Color Harmonies of #B9D39C
Complementary color
Monochromatic Colors of #B9D39C
Black with #B9D39C
Text Example
Text Example
White with #B9D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D39C; }
p { color: rgb(185,211,156); }
H1.HeaderClassName
{
color: #B9D39C;
}
.AnyTagClassName
{
color: #B9D39C;
}
</style>
background-color css
<style>
a { background-color: #B9D39C; }
a { background-color: rgb(185,211,156); }
div.DivClassName
{
background-color: #B9D39C;
}
.BgClassName
{
background-color: #B9D39C;
}
</style>
border-color css
<style>
span { border-color: #B9D39C; }
span { border-color: rgb(185,211,156); }
td.TdClassName
{
border-color: #B9D39C;
}
.TagClassName
{
border-color: #B9D39C;
}
</style>