Shades of Sprout #B7D19C
Tints of Sprout #B7D19C
RGB
CMYK
RGB Variations
Color information
#B7D19C (or 0xB7D19C) is known color: Sprout. HEX triplet: B7, D1 and 9C. RGB value is (183,209,156). Sum of RGB (Red+Green+Blue) = 183+209+156=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D19C is #482E63. Grayscale: #C3C3C3. Windows color (decimal): -4730468 or 10277303. OLE color: 10277303.
HSL color Cylindrical-coordinate representation of color #B7D19C: hue angle of 89.43º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7D19C is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 156 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.18 |
| HSL | 89.43º | 0.37% | 0.72% | - |
| HSV(B) | 89.43º | 0.25% | 0.82% | - |
| XYZ | 48.33 | 58.07 | 40.11 | - |
| YUV | 195.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 156 | 0.12 | 0 | 0.25 | 0.18 | 89.43 | 0.37 | 0.72 |
| Hex | B7 | D1 | 9C | C | 0 | 19 | 12 | 59 | 25 | 48 |
| Octal | 267 | 321 | 234 | 14 | 0 | 31 | 22 | 131 | 45 | 110 |
| Binary | 10110111 | 11010001 | 10011100 | 1100 | 0 | 11001 | 10010 | 1011001 | 100101 | 1001000 |
Color Harmonies of #B7D19C
Complementary color
Monochromatic Colors of #B7D19C
Black with #B7D19C
Text Example
Text Example
White with #B7D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D19C; }
p { color: rgb(183,209,156); }
H1.HeaderClassName
{
color: #B7D19C;
}
.AnyTagClassName
{
color: #B7D19C;
}
</style>
background-color css
<style>
a { background-color: #B7D19C; }
a { background-color: rgb(183,209,156); }
div.DivClassName
{
background-color: #B7D19C;
}
.BgClassName
{
background-color: #B7D19C;
}
</style>
border-color css
<style>
span { border-color: #B7D19C; }
span { border-color: rgb(183,209,156); }
td.TdClassName
{
border-color: #B7D19C;
}
.TagClassName
{
border-color: #B7D19C;
}
</style>