Shades of Sprout #B9C595
Tints of Sprout #B9C595
RGB
CMYK
RGB Variations
Color information
#B9C595 (or 0xB9C595) is known color: Sprout. HEX triplet: B9, C5 and 95. RGB value is (185,197,149). Sum of RGB (Red+Green+Blue) = 185+197+149=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C595 is #463A6A. Grayscale: #BCBCBC. Windows color (decimal): -4602475 or 9815481. OLE color: 9815481.
HSL color Cylindrical-coordinate representation of color #B9C595: hue angle of 75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9C595 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 149 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.23 |
| HSL | 75º | 0.29% | 0.68% | - |
| HSV(B) | 75º | 0.24% | 0.77% | - |
| XYZ | 45.4 | 52.42 | 36.16 | - |
| YUV | 187.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 149 | 0.06 | 0 | 0.24 | 0.23 | 75 | 0.29 | 0.68 |
| Hex | B9 | C5 | 95 | 6 | 0 | 18 | 17 | 4B | 1D | 44 |
| Octal | 271 | 305 | 225 | 6 | 0 | 30 | 27 | 113 | 35 | 104 |
| Binary | 10111001 | 11000101 | 10010101 | 110 | 0 | 11000 | 10111 | 1001011 | 11101 | 1000100 |
Color Harmonies of #B9C595
Complementary color
Monochromatic Colors of #B9C595
Black with #B9C595
Text Example
Text Example
White with #B9C595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C595; }
p { color: rgb(185,197,149); }
H1.HeaderClassName
{
color: #B9C595;
}
.AnyTagClassName
{
color: #B9C595;
}
</style>
background-color css
<style>
a { background-color: #B9C595; }
a { background-color: rgb(185,197,149); }
div.DivClassName
{
background-color: #B9C595;
}
.BgClassName
{
background-color: #B9C595;
}
</style>
border-color css
<style>
span { border-color: #B9C595; }
span { border-color: rgb(185,197,149); }
td.TdClassName
{
border-color: #B9C595;
}
.TagClassName
{
border-color: #B9C595;
}
</style>