Shades of Sprout #B7DD93
Tints of Sprout #B7DD93
RGB
CMYK
RGB Variations
Color information
#B7DD93 (or 0xB7DD93) is known color: Sprout. HEX triplet: B7, DD and 93. RGB value is (183,221,147). Sum of RGB (Red+Green+Blue) = 183+221+147=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DD93 is #48226C. Grayscale: #C9C9C9. Windows color (decimal): -4727405 or 9690551. OLE color: 9690551.
HSL color Cylindrical-coordinate representation of color #B7DD93: hue angle of 90.81º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7DD93 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 147 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.13 |
| HSL | 90.81º | 0.52% | 0.72% | - |
| HSV(B) | 90.81º | 0.33% | 0.87% | - |
| XYZ | 50.65 | 63.89 | 37.27 | - |
| YUV | 201.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 147 | 0.17 | 0 | 0.33 | 0.13 | 90.81 | 0.52 | 0.72 |
| Hex | B7 | DD | 93 | 11 | 0 | 21 | D | 5B | 34 | 48 |
| Octal | 267 | 335 | 223 | 21 | 0 | 41 | 15 | 133 | 64 | 110 |
| Binary | 10110111 | 11011101 | 10010011 | 10001 | 0 | 100001 | 1101 | 1011011 | 110100 | 1001000 |
Color Harmonies of #B7DD93
Complementary color
Monochromatic Colors of #B7DD93
Black with #B7DD93
Text Example
Text Example
White with #B7DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD93; }
p { color: rgb(183,221,147); }
H1.HeaderClassName
{
color: #B7DD93;
}
.AnyTagClassName
{
color: #B7DD93;
}
</style>
background-color css
<style>
a { background-color: #B7DD93; }
a { background-color: rgb(183,221,147); }
div.DivClassName
{
background-color: #B7DD93;
}
.BgClassName
{
background-color: #B7DD93;
}
</style>
border-color css
<style>
span { border-color: #B7DD93; }
span { border-color: rgb(183,221,147); }
td.TdClassName
{
border-color: #B7DD93;
}
.TagClassName
{
border-color: #B7DD93;
}
</style>