Shades of Sprout #B7DC93
Tints of Sprout #B7DC93
RGB
CMYK
RGB Variations
Color information
#B7DC93 (or 0xB7DC93) is known color: Sprout. HEX triplet: B7, DC and 93. RGB value is (183,220,147). Sum of RGB (Red+Green+Blue) = 183+220+147=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DC93 is #48236C. Grayscale: #C8C8C8. Windows color (decimal): -4727661 or 9690295. OLE color: 9690295.
HSL color Cylindrical-coordinate representation of color #B7DC93: hue angle of 90.41º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7DC93 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 147 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.14 |
| HSL | 90.41º | 0.51% | 0.72% | - |
| HSV(B) | 90.41º | 0.33% | 0.86% | - |
| XYZ | 50.39 | 63.36 | 37.18 | - |
| YUV | 200.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 147 | 0.17 | 0 | 0.33 | 0.14 | 90.41 | 0.51 | 0.72 |
| Hex | B7 | DC | 93 | 11 | 0 | 21 | E | 5A | 33 | 48 |
| Octal | 267 | 334 | 223 | 21 | 0 | 41 | 16 | 132 | 63 | 110 |
| Binary | 10110111 | 11011100 | 10010011 | 10001 | 0 | 100001 | 1110 | 1011010 | 110011 | 1001000 |
Color Harmonies of #B7DC93
Complementary color
Monochromatic Colors of #B7DC93
Black with #B7DC93
Text Example
Text Example
White with #B7DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC93; }
p { color: rgb(183,220,147); }
H1.HeaderClassName
{
color: #B7DC93;
}
.AnyTagClassName
{
color: #B7DC93;
}
</style>
background-color css
<style>
a { background-color: #B7DC93; }
a { background-color: rgb(183,220,147); }
div.DivClassName
{
background-color: #B7DC93;
}
.BgClassName
{
background-color: #B7DC93;
}
</style>
border-color css
<style>
span { border-color: #B7DC93; }
span { border-color: rgb(183,220,147); }
td.TdClassName
{
border-color: #B7DC93;
}
.TagClassName
{
border-color: #B7DC93;
}
</style>