Shades of Sprout #B9C39C
Tints of Sprout #B9C39C
RGB
CMYK
RGB Variations
Color information
#B9C39C (or 0xB9C39C) is known color: Sprout. HEX triplet: B9, C3 and 9C. RGB value is (185,195,156). Sum of RGB (Red+Green+Blue) = 185+195+156=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C39C is #463C63. Grayscale: #BBBBBB. Windows color (decimal): -4602980 or 10273721. OLE color: 10273721.
HSL color Cylindrical-coordinate representation of color #B9C39C: hue angle of 75.38º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9C39C is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 156 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.24 |
| HSL | 75.38º | 0.25% | 0.69% | - |
| HSV(B) | 75.38º | 0.2% | 0.76% | - |
| XYZ | 45.52 | 51.74 | 39.04 | - |
| YUV | 187.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 156 | 0.05 | 0 | 0.20 | 0.24 | 75.38 | 0.25 | 0.69 |
| Hex | B9 | C3 | 9C | 5 | 0 | 14 | 18 | 4B | 19 | 45 |
| Octal | 271 | 303 | 234 | 5 | 0 | 24 | 30 | 113 | 31 | 105 |
| Binary | 10111001 | 11000011 | 10011100 | 101 | 0 | 10100 | 11000 | 1001011 | 11001 | 1000101 |
Color Harmonies of #B9C39C
Complementary color
Monochromatic Colors of #B9C39C
Black with #B9C39C
Text Example
Text Example
White with #B9C39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C39C; }
p { color: rgb(185,195,156); }
H1.HeaderClassName
{
color: #B9C39C;
}
.AnyTagClassName
{
color: #B9C39C;
}
</style>
background-color css
<style>
a { background-color: #B9C39C; }
a { background-color: rgb(185,195,156); }
div.DivClassName
{
background-color: #B9C39C;
}
.BgClassName
{
background-color: #B9C39C;
}
</style>
border-color css
<style>
span { border-color: #B9C39C; }
span { border-color: rgb(185,195,156); }
td.TdClassName
{
border-color: #B9C39C;
}
.TagClassName
{
border-color: #B9C39C;
}
</style>