Shades of Sprout #B8D48B
Tints of Sprout #B8D48B
RGB
CMYK
RGB Variations
Color information
#B8D48B (or 0xB8D48B) is known color: Sprout. HEX triplet: B8, D4 and 8B. RGB value is (184,212,139). Sum of RGB (Red+Green+Blue) = 184+212+139=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D48B is #472B74. Grayscale: #C3C3C3. Windows color (decimal): -4664181 or 9163960. OLE color: 9163960.
HSL color Cylindrical-coordinate representation of color #B8D48B: hue angle of 83.01º 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 #B8D48B is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 212 | 139 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.17 |
| HSL | 83.01º | 0.46% | 0.69% | - |
| HSV(B) | 83.01º | 0.34% | 0.83% | - |
| XYZ | 47.97 | 59.14 | 33.31 | - |
| YUV | 195.31 | 96.22 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 212 | 139 | 0.13 | 0 | 0.34 | 0.17 | 83.01 | 0.46 | 0.69 |
| Hex | B8 | D4 | 8B | D | 0 | 22 | 11 | 53 | 2E | 45 |
| Octal | 270 | 324 | 213 | 15 | 0 | 42 | 21 | 123 | 56 | 105 |
| Binary | 10111000 | 11010100 | 10001011 | 1101 | 0 | 100010 | 10001 | 1010011 | 101110 | 1000101 |
Color Harmonies of #B8D48B
Complementary color
Monochromatic Colors of #B8D48B
Black with #B8D48B
Text Example
Text Example
White with #B8D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D48B; }
p { color: rgb(184,212,139); }
H1.HeaderClassName
{
color: #B8D48B;
}
.AnyTagClassName
{
color: #B8D48B;
}
</style>
background-color css
<style>
a { background-color: #B8D48B; }
a { background-color: rgb(184,212,139); }
div.DivClassName
{
background-color: #B8D48B;
}
.BgClassName
{
background-color: #B8D48B;
}
</style>
border-color css
<style>
span { border-color: #B8D48B; }
span { border-color: rgb(184,212,139); }
td.TdClassName
{
border-color: #B8D48B;
}
.TagClassName
{
border-color: #B8D48B;
}
</style>