Shades of Sprout #B7C19C
Tints of Sprout #B7C19C
RGB
CMYK
RGB Variations
Color information
#B7C19C (or 0xB7C19C) is known color: Sprout. HEX triplet: B7, C1 and 9C. RGB value is (183,193,156). Sum of RGB (Red+Green+Blue) = 183+193+156=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C19C is #483E63. Grayscale: #B9B9B9. Windows color (decimal): -4734564 or 10273207. OLE color: 10273207.
HSL color Cylindrical-coordinate representation of color #B7C19C: hue angle of 76.22º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7C19C is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 156 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.24 |
| HSL | 76.22º | 0.23% | 0.68% | - |
| HSV(B) | 76.22º | 0.19% | 0.76% | - |
| XYZ | 44.6 | 50.61 | 38.87 | - |
| YUV | 185.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 156 | 0.05 | 0 | 0.19 | 0.24 | 76.22 | 0.23 | 0.68 |
| Hex | B7 | C1 | 9C | 5 | 0 | 13 | 18 | 4C | 17 | 44 |
| Octal | 267 | 301 | 234 | 5 | 0 | 23 | 30 | 114 | 27 | 104 |
| Binary | 10110111 | 11000001 | 10011100 | 101 | 0 | 10011 | 11000 | 1001100 | 10111 | 1000100 |
Color Harmonies of #B7C19C
Complementary color
Monochromatic Colors of #B7C19C
Black with #B7C19C
Text Example
Text Example
White with #B7C19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C19C; }
p { color: rgb(183,193,156); }
H1.HeaderClassName
{
color: #B7C19C;
}
.AnyTagClassName
{
color: #B7C19C;
}
</style>
background-color css
<style>
a { background-color: #B7C19C; }
a { background-color: rgb(183,193,156); }
div.DivClassName
{
background-color: #B7C19C;
}
.BgClassName
{
background-color: #B7C19C;
}
</style>
border-color css
<style>
span { border-color: #B7C19C; }
span { border-color: rgb(183,193,156); }
td.TdClassName
{
border-color: #B7C19C;
}
.TagClassName
{
border-color: #B7C19C;
}
</style>