Shades of Sprout #B7D48B
Tints of Sprout #B7D48B
RGB
CMYK
RGB Variations
Color information
#B7D48B (or 0xB7D48B) is known color: Sprout. HEX triplet: B7, D4 and 8B. RGB value is (183,212,139). Sum of RGB (Red+Green+Blue) = 183+212+139=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D48B is #482B74. Grayscale: #C3C3C3. Windows color (decimal): -4729717 or 9163959. OLE color: 9163959.
HSL color Cylindrical-coordinate representation of color #B7D48B: hue angle of 83.84º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7D48B is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 139 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.17 |
| HSL | 83.84º | 0.46% | 0.69% | - |
| HSV(B) | 83.84º | 0.34% | 0.83% | - |
| XYZ | 47.73 | 59.02 | 33.3 | - |
| YUV | 195.01 | 96.39 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 139 | 0.14 | 0 | 0.34 | 0.17 | 83.84 | 0.46 | 0.69 |
| Hex | B7 | D4 | 8B | E | 0 | 22 | 11 | 54 | 2E | 45 |
| Octal | 267 | 324 | 213 | 16 | 0 | 42 | 21 | 124 | 56 | 105 |
| Binary | 10110111 | 11010100 | 10001011 | 1110 | 0 | 100010 | 10001 | 1010100 | 101110 | 1000101 |
Color Harmonies of #B7D48B
Complementary color
Monochromatic Colors of #B7D48B
Black with #B7D48B
Text Example
Text Example
White with #B7D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D48B; }
p { color: rgb(183,212,139); }
H1.HeaderClassName
{
color: #B7D48B;
}
.AnyTagClassName
{
color: #B7D48B;
}
</style>
background-color css
<style>
a { background-color: #B7D48B; }
a { background-color: rgb(183,212,139); }
div.DivClassName
{
background-color: #B7D48B;
}
.BgClassName
{
background-color: #B7D48B;
}
</style>
border-color css
<style>
span { border-color: #B7D48B; }
span { border-color: rgb(183,212,139); }
td.TdClassName
{
border-color: #B7D48B;
}
.TagClassName
{
border-color: #B7D48B;
}
</style>