Shades of Sprout #B7C199
Tints of Sprout #B7C199
RGB
CMYK
RGB Variations
Color information
#B7C199 (or 0xB7C199) is known color: Sprout. HEX triplet: B7, C1 and 99. RGB value is (183,193,153). Sum of RGB (Red+Green+Blue) = 183+193+153=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C199 is #483E66. Grayscale: #B9B9B9. Windows color (decimal): -4734567 or 10076599. OLE color: 10076599.
HSL color Cylindrical-coordinate representation of color #B7C199: hue angle of 75º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7C199 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 153 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.24 |
| HSL | 75º | 0.24% | 0.68% | - |
| HSV(B) | 75º | 0.21% | 0.76% | - |
| XYZ | 44.35 | 50.51 | 37.55 | - |
| YUV | 185.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 153 | 0.05 | 0 | 0.21 | 0.24 | 75 | 0.24 | 0.68 |
| Hex | B7 | C1 | 99 | 5 | 0 | 15 | 18 | 4B | 18 | 44 |
| Octal | 267 | 301 | 231 | 5 | 0 | 25 | 30 | 113 | 30 | 104 |
| Binary | 10110111 | 11000001 | 10011001 | 101 | 0 | 10101 | 11000 | 1001011 | 11000 | 1000100 |
Color Harmonies of #B7C199
Complementary color
Monochromatic Colors of #B7C199
Black with #B7C199
Text Example
Text Example
White with #B7C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C199; }
p { color: rgb(183,193,153); }
H1.HeaderClassName
{
color: #B7C199;
}
.AnyTagClassName
{
color: #B7C199;
}
</style>
background-color css
<style>
a { background-color: #B7C199; }
a { background-color: rgb(183,193,153); }
div.DivClassName
{
background-color: #B7C199;
}
.BgClassName
{
background-color: #B7C199;
}
</style>
border-color css
<style>
span { border-color: #B7C199; }
span { border-color: rgb(183,193,153); }
td.TdClassName
{
border-color: #B7C199;
}
.TagClassName
{
border-color: #B7C199;
}
</style>