Shades of Sprout #B7C19F
Tints of Sprout #B7C19F
RGB
CMYK
RGB Variations
Color information
#B7C19F (or 0xB7C19F) is known color: Sprout. HEX triplet: B7, C1 and 9F. RGB value is (183,193,159). Sum of RGB (Red+Green+Blue) = 183+193+159=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C19F is #483E60. Grayscale: #BABABA. Windows color (decimal): -4734561 or 10469815. OLE color: 10469815.
HSL color Cylindrical-coordinate representation of color #B7C19F: hue angle of 77.65º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7C19F is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 159 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.24 |
| HSL | 77.65º | 0.22% | 0.69% | - |
| HSV(B) | 77.65º | 0.18% | 0.76% | - |
| XYZ | 44.86 | 50.71 | 40.22 | - |
| YUV | 186.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 159 | 0.05 | 0 | 0.18 | 0.24 | 77.65 | 0.22 | 0.69 |
| Hex | B7 | C1 | 9F | 5 | 0 | 12 | 18 | 4E | 16 | 45 |
| Octal | 267 | 301 | 237 | 5 | 0 | 22 | 30 | 116 | 26 | 105 |
| Binary | 10110111 | 11000001 | 10011111 | 101 | 0 | 10010 | 11000 | 1001110 | 10110 | 1000101 |
Color Harmonies of #B7C19F
Complementary color
Monochromatic Colors of #B7C19F
Black with #B7C19F
Text Example
Text Example
White with #B7C19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C19F; }
p { color: rgb(183,193,159); }
H1.HeaderClassName
{
color: #B7C19F;
}
.AnyTagClassName
{
color: #B7C19F;
}
</style>
background-color css
<style>
a { background-color: #B7C19F; }
a { background-color: rgb(183,193,159); }
div.DivClassName
{
background-color: #B7C19F;
}
.BgClassName
{
background-color: #B7C19F;
}
</style>
border-color css
<style>
span { border-color: #B7C19F; }
span { border-color: rgb(183,193,159); }
td.TdClassName
{
border-color: #B7C19F;
}
.TagClassName
{
border-color: #B7C19F;
}
</style>