Shades of Sprout #B7C19D
Tints of Sprout #B7C19D
RGB
CMYK
RGB Variations
Color information
#B7C19D (or 0xB7C19D) is known color: Sprout. HEX triplet: B7, C1 and 9D. RGB value is (183,193,157). Sum of RGB (Red+Green+Blue) = 183+193+157=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C19D is #483E62. Grayscale: #BABABA. Windows color (decimal): -4734563 or 10338743. OLE color: 10338743.
HSL color Cylindrical-coordinate representation of color #B7C19D: hue angle of 76.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7C19D is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 157 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.24 |
| HSL | 76.67º | 0.23% | 0.69% | - |
| HSV(B) | 76.67º | 0.19% | 0.76% | - |
| XYZ | 44.68 | 50.64 | 39.32 | - |
| YUV | 185.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 157 | 0.05 | 0 | 0.19 | 0.24 | 76.67 | 0.23 | 0.69 |
| Hex | B7 | C1 | 9D | 5 | 0 | 13 | 18 | 4D | 16 | 45 |
| Octal | 267 | 301 | 235 | 5 | 0 | 23 | 30 | 115 | 26 | 105 |
| Binary | 10110111 | 11000001 | 10011101 | 101 | 0 | 10011 | 11000 | 1001101 | 10110 | 1000101 |
Color Harmonies of #B7C19D
Complementary color
Monochromatic Colors of #B7C19D
Black with #B7C19D
Text Example
Text Example
White with #B7C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C19D; }
p { color: rgb(183,193,157); }
H1.HeaderClassName
{
color: #B7C19D;
}
.AnyTagClassName
{
color: #B7C19D;
}
</style>
background-color css
<style>
a { background-color: #B7C19D; }
a { background-color: rgb(183,193,157); }
div.DivClassName
{
background-color: #B7C19D;
}
.BgClassName
{
background-color: #B7C19D;
}
</style>
border-color css
<style>
span { border-color: #B7C19D; }
span { border-color: rgb(183,193,157); }
td.TdClassName
{
border-color: #B7C19D;
}
.TagClassName
{
border-color: #B7C19D;
}
</style>