Shades of Sprout #B7DC96
Tints of Sprout #B7DC96
RGB
CMYK
RGB Variations
Color information
#B7DC96 (or 0xB7DC96) is known color: Sprout. HEX triplet: B7, DC and 96. RGB value is (183,220,150). Sum of RGB (Red+Green+Blue) = 183+220+150=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DC96 is #482369. Grayscale: #C9C9C9. Windows color (decimal): -4727658 or 9886903. OLE color: 9886903.
HSL color Cylindrical-coordinate representation of color #B7DC96: hue angle of 91.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7DC96 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 150 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.14 |
| HSL | 91.71º | 0.5% | 0.73% | - |
| HSV(B) | 91.71º | 0.32% | 0.86% | - |
| XYZ | 50.63 | 63.46 | 38.43 | - |
| YUV | 200.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 150 | 0.17 | 0 | 0.32 | 0.14 | 91.71 | 0.5 | 0.73 |
| Hex | B7 | DC | 96 | 11 | 0 | 20 | E | 5C | 32 | 49 |
| Octal | 267 | 334 | 226 | 21 | 0 | 40 | 16 | 134 | 62 | 111 |
| Binary | 10110111 | 11011100 | 10010110 | 10001 | 0 | 100000 | 1110 | 1011100 | 110010 | 1001001 |
Color Harmonies of #B7DC96
Complementary color
Monochromatic Colors of #B7DC96
Black with #B7DC96
Text Example
Text Example
White with #B7DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC96; }
p { color: rgb(183,220,150); }
H1.HeaderClassName
{
color: #B7DC96;
}
.AnyTagClassName
{
color: #B7DC96;
}
</style>
background-color css
<style>
a { background-color: #B7DC96; }
a { background-color: rgb(183,220,150); }
div.DivClassName
{
background-color: #B7DC96;
}
.BgClassName
{
background-color: #B7DC96;
}
</style>
border-color css
<style>
span { border-color: #B7DC96; }
span { border-color: rgb(183,220,150); }
td.TdClassName
{
border-color: #B7DC96;
}
.TagClassName
{
border-color: #B7DC96;
}
</style>