Shades of Sprout #B7DA8D
Tints of Sprout #B7DA8D
RGB
CMYK
RGB Variations
Color information
#B7DA8D (or 0xB7DA8D) is known color: Sprout. HEX triplet: B7, DA and 8D. RGB value is (183,218,141). Sum of RGB (Red+Green+Blue) = 183+218+141=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DA8D is #482572. Grayscale: #C7C7C7. Windows color (decimal): -4728179 or 9296567. OLE color: 9296567.
HSL color Cylindrical-coordinate representation of color #B7DA8D: hue angle of 87.27º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7DA8D is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 141 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.15 |
| HSL | 87.27º | 0.51% | 0.7% | - |
| HSV(B) | 87.27º | 0.35% | 0.85% | - |
| XYZ | 49.41 | 62.13 | 34.59 | - |
| YUV | 198.76 | 95.4 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 141 | 0.16 | 0 | 0.35 | 0.15 | 87.27 | 0.51 | 0.7 |
| Hex | B7 | DA | 8D | 10 | 0 | 23 | F | 57 | 33 | 46 |
| Octal | 267 | 332 | 215 | 20 | 0 | 43 | 17 | 127 | 63 | 106 |
| Binary | 10110111 | 11011010 | 10001101 | 10000 | 0 | 100011 | 1111 | 1010111 | 110011 | 1000110 |
Color Harmonies of #B7DA8D
Complementary color
Monochromatic Colors of #B7DA8D
Black with #B7DA8D
Text Example
Text Example
White with #B7DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DA8D; }
p { color: rgb(183,218,141); }
H1.HeaderClassName
{
color: #B7DA8D;
}
.AnyTagClassName
{
color: #B7DA8D;
}
</style>
background-color css
<style>
a { background-color: #B7DA8D; }
a { background-color: rgb(183,218,141); }
div.DivClassName
{
background-color: #B7DA8D;
}
.BgClassName
{
background-color: #B7DA8D;
}
</style>
border-color css
<style>
span { border-color: #B7DA8D; }
span { border-color: rgb(183,218,141); }
td.TdClassName
{
border-color: #B7DA8D;
}
.TagClassName
{
border-color: #B7DA8D;
}
</style>