Shades of Sprout #B9C69E
Tints of Sprout #B9C69E
RGB
CMYK
RGB Variations
Color information
#B9C69E (or 0xB9C69E) is known color: Sprout. HEX triplet: B9, C6 and 9E. RGB value is (185,198,158). Sum of RGB (Red+Green+Blue) = 185+198+158=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C69E is #463961. Grayscale: #BDBDBD. Windows color (decimal): -4602210 or 10405561. OLE color: 10405561.
HSL color Cylindrical-coordinate representation of color #B9C69E: hue angle of 79.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9C69E is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 158 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.22 |
| HSL | 79.5º | 0.26% | 0.7% | - |
| HSV(B) | 79.5º | 0.2% | 0.78% | - |
| XYZ | 46.37 | 53.17 | 40.17 | - |
| YUV | 189.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 158 | 0.07 | 0 | 0.20 | 0.22 | 79.5 | 0.26 | 0.7 |
| Hex | B9 | C6 | 9E | 7 | 0 | 14 | 16 | 50 | 1A | 46 |
| Octal | 271 | 306 | 236 | 7 | 0 | 24 | 26 | 120 | 32 | 106 |
| Binary | 10111001 | 11000110 | 10011110 | 111 | 0 | 10100 | 10110 | 1010000 | 11010 | 1000110 |
Color Harmonies of #B9C69E
Complementary color
Monochromatic Colors of #B9C69E
Black with #B9C69E
Text Example
Text Example
White with #B9C69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C69E; }
p { color: rgb(185,198,158); }
H1.HeaderClassName
{
color: #B9C69E;
}
.AnyTagClassName
{
color: #B9C69E;
}
</style>
background-color css
<style>
a { background-color: #B9C69E; }
a { background-color: rgb(185,198,158); }
div.DivClassName
{
background-color: #B9C69E;
}
.BgClassName
{
background-color: #B9C69E;
}
</style>
border-color css
<style>
span { border-color: #B9C69E; }
span { border-color: rgb(185,198,158); }
td.TdClassName
{
border-color: #B9C69E;
}
.TagClassName
{
border-color: #B9C69E;
}
</style>