Shades of Sprout #B9C59B
Tints of Sprout #B9C59B
RGB
CMYK
RGB Variations
Color information
#B9C59B (or 0xB9C59B) is known color: Sprout. HEX triplet: B9, C5 and 9B. RGB value is (185,197,155). Sum of RGB (Red+Green+Blue) = 185+197+155=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C59B is #463A64. Grayscale: #BCBCBC. Windows color (decimal): -4602469 or 10208697. OLE color: 10208697.
HSL color Cylindrical-coordinate representation of color #B9C59B: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9C59B is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 155 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.23 |
| HSL | 77.14º | 0.27% | 0.69% | - |
| HSV(B) | 77.14º | 0.21% | 0.77% | - |
| XYZ | 45.89 | 52.61 | 38.75 | - |
| YUV | 188.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 155 | 0.06 | 0 | 0.21 | 0.23 | 77.14 | 0.27 | 0.69 |
| Hex | B9 | C5 | 9B | 6 | 0 | 15 | 17 | 4D | 1B | 45 |
| Octal | 271 | 305 | 233 | 6 | 0 | 25 | 27 | 115 | 33 | 105 |
| Binary | 10111001 | 11000101 | 10011011 | 110 | 0 | 10101 | 10111 | 1001101 | 11011 | 1000101 |
Color Harmonies of #B9C59B
Complementary color
Monochromatic Colors of #B9C59B
Black with #B9C59B
Text Example
Text Example
White with #B9C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C59B; }
p { color: rgb(185,197,155); }
H1.HeaderClassName
{
color: #B9C59B;
}
.AnyTagClassName
{
color: #B9C59B;
}
</style>
background-color css
<style>
a { background-color: #B9C59B; }
a { background-color: rgb(185,197,155); }
div.DivClassName
{
background-color: #B9C59B;
}
.BgClassName
{
background-color: #B9C59B;
}
</style>
border-color css
<style>
span { border-color: #B9C59B; }
span { border-color: rgb(185,197,155); }
td.TdClassName
{
border-color: #B9C59B;
}
.TagClassName
{
border-color: #B9C59B;
}
</style>