Shades of Sprout #B9C39F
Tints of Sprout #B9C39F
RGB
CMYK
RGB Variations
Color information
#B9C39F (or 0xB9C39F) is known color: Sprout. HEX triplet: B9, C3 and 9F. RGB value is (185,195,159). Sum of RGB (Red+Green+Blue) = 185+195+159=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C39F is #463C60. Grayscale: #BCBCBC. Windows color (decimal): -4602977 or 10470329. OLE color: 10470329.
HSL color Cylindrical-coordinate representation of color #B9C39F: hue angle of 76.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9C39F is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 159 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.24 |
| HSL | 76.67º | 0.23% | 0.69% | - |
| HSV(B) | 76.67º | 0.18% | 0.76% | - |
| XYZ | 45.78 | 51.85 | 40.4 | - |
| YUV | 187.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 159 | 0.05 | 0 | 0.18 | 0.24 | 76.67 | 0.23 | 0.69 |
| Hex | B9 | C3 | 9F | 5 | 0 | 12 | 18 | 4D | 17 | 45 |
| Octal | 271 | 303 | 237 | 5 | 0 | 22 | 30 | 115 | 27 | 105 |
| Binary | 10111001 | 11000011 | 10011111 | 101 | 0 | 10010 | 11000 | 1001101 | 10111 | 1000101 |
Color Harmonies of #B9C39F
Complementary color
Monochromatic Colors of #B9C39F
Black with #B9C39F
Text Example
Text Example
White with #B9C39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C39F; }
p { color: rgb(185,195,159); }
H1.HeaderClassName
{
color: #B9C39F;
}
.AnyTagClassName
{
color: #B9C39F;
}
</style>
background-color css
<style>
a { background-color: #B9C39F; }
a { background-color: rgb(185,195,159); }
div.DivClassName
{
background-color: #B9C39F;
}
.BgClassName
{
background-color: #B9C39F;
}
</style>
border-color css
<style>
span { border-color: #B9C39F; }
span { border-color: rgb(185,195,159); }
td.TdClassName
{
border-color: #B9C39F;
}
.TagClassName
{
border-color: #B9C39F;
}
</style>