Shades of Sprout #B8D78B
Tints of Sprout #B8D78B
RGB
CMYK
RGB Variations
Color information
#B8D78B (or 0xB8D78B) is known color: Sprout. HEX triplet: B8, D7 and 8B. RGB value is (184,215,139). Sum of RGB (Red+Green+Blue) = 184+215+139=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D78B is #472874. Grayscale: #C5C5C5. Windows color (decimal): -4663413 or 9164728. OLE color: 9164728.
HSL color Cylindrical-coordinate representation of color #B8D78B: hue angle of 84.47º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8D78B is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 139 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.16 |
| HSL | 84.47º | 0.49% | 0.69% | - |
| HSV(B) | 84.47º | 0.35% | 0.84% | - |
| XYZ | 48.73 | 60.66 | 33.57 | - |
| YUV | 197.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 139 | 0.14 | 0 | 0.35 | 0.16 | 84.47 | 0.49 | 0.69 |
| Hex | B8 | D7 | 8B | E | 0 | 23 | 10 | 54 | 31 | 45 |
| Octal | 270 | 327 | 213 | 16 | 0 | 43 | 20 | 124 | 61 | 105 |
| Binary | 10111000 | 11010111 | 10001011 | 1110 | 0 | 100011 | 10000 | 1010100 | 110001 | 1000101 |
Color Harmonies of #B8D78B
Complementary color
Monochromatic Colors of #B8D78B
Black with #B8D78B
Text Example
Text Example
White with #B8D78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D78B; }
p { color: rgb(184,215,139); }
H1.HeaderClassName
{
color: #B8D78B;
}
.AnyTagClassName
{
color: #B8D78B;
}
</style>
background-color css
<style>
a { background-color: #B8D78B; }
a { background-color: rgb(184,215,139); }
div.DivClassName
{
background-color: #B8D78B;
}
.BgClassName
{
background-color: #B8D78B;
}
</style>
border-color css
<style>
span { border-color: #B8D78B; }
span { border-color: rgb(184,215,139); }
td.TdClassName
{
border-color: #B8D78B;
}
.TagClassName
{
border-color: #B8D78B;
}
</style>