Shades of Sprout #B7D18D
Tints of Sprout #B7D18D
RGB
CMYK
RGB Variations
Color information
#B7D18D (or 0xB7D18D) is known color: Sprout. HEX triplet: B7, D1 and 8D. RGB value is (183,209,141). Sum of RGB (Red+Green+Blue) = 183+209+141=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D18D is #482E72. Grayscale: #C1C1C1. Windows color (decimal): -4730483 or 9294263. OLE color: 9294263.
HSL color Cylindrical-coordinate representation of color #B7D18D: hue angle of 82.94º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7D18D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 141 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.18 |
| HSL | 82.94º | 0.43% | 0.69% | - |
| HSV(B) | 82.94º | 0.33% | 0.82% | - |
| XYZ | 47.14 | 57.59 | 33.83 | - |
| YUV | 193.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 141 | 0.12 | 0 | 0.33 | 0.18 | 82.94 | 0.43 | 0.69 |
| Hex | B7 | D1 | 8D | C | 0 | 21 | 12 | 53 | 2A | 45 |
| Octal | 267 | 321 | 215 | 14 | 0 | 41 | 22 | 123 | 52 | 105 |
| Binary | 10110111 | 11010001 | 10001101 | 1100 | 0 | 100001 | 10010 | 1010011 | 101010 | 1000101 |
Color Harmonies of #B7D18D
Complementary color
Monochromatic Colors of #B7D18D
Black with #B7D18D
Text Example
Text Example
White with #B7D18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D18D; }
p { color: rgb(183,209,141); }
H1.HeaderClassName
{
color: #B7D18D;
}
.AnyTagClassName
{
color: #B7D18D;
}
</style>
background-color css
<style>
a { background-color: #B7D18D; }
a { background-color: rgb(183,209,141); }
div.DivClassName
{
background-color: #B7D18D;
}
.BgClassName
{
background-color: #B7D18D;
}
</style>
border-color css
<style>
span { border-color: #B7D18D; }
span { border-color: rgb(183,209,141); }
td.TdClassName
{
border-color: #B7D18D;
}
.TagClassName
{
border-color: #B7D18D;
}
</style>