Shades of Sprout #B8D58F
Tints of Sprout #B8D58F
RGB
CMYK
RGB Variations
Color information
#B8D58F (or 0xB8D58F) is known color: Sprout. HEX triplet: B8, D5 and 8F. RGB value is (184,213,143). Sum of RGB (Red+Green+Blue) = 184+213+143=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D58F is #472A70. Grayscale: #C4C4C4. Windows color (decimal): -4663921 or 9426360. OLE color: 9426360.
HSL color Cylindrical-coordinate representation of color #B8D58F: hue angle of 84.86º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8D58F is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 143 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.16 |
| HSL | 84.86º | 0.45% | 0.7% | - |
| HSV(B) | 84.86º | 0.33% | 0.84% | - |
| XYZ | 48.52 | 59.76 | 34.96 | - |
| YUV | 196.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 143 | 0.14 | 0 | 0.33 | 0.16 | 84.86 | 0.45 | 0.7 |
| Hex | B8 | D5 | 8F | E | 0 | 21 | 10 | 55 | 2D | 46 |
| Octal | 270 | 325 | 217 | 16 | 0 | 41 | 20 | 125 | 55 | 106 |
| Binary | 10111000 | 11010101 | 10001111 | 1110 | 0 | 100001 | 10000 | 1010101 | 101101 | 1000110 |
Color Harmonies of #B8D58F
Complementary color
Monochromatic Colors of #B8D58F
Black with #B8D58F
Text Example
Text Example
White with #B8D58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D58F; }
p { color: rgb(184,213,143); }
H1.HeaderClassName
{
color: #B8D58F;
}
.AnyTagClassName
{
color: #B8D58F;
}
</style>
background-color css
<style>
a { background-color: #B8D58F; }
a { background-color: rgb(184,213,143); }
div.DivClassName
{
background-color: #B8D58F;
}
.BgClassName
{
background-color: #B8D58F;
}
</style>
border-color css
<style>
span { border-color: #B8D58F; }
span { border-color: rgb(184,213,143); }
td.TdClassName
{
border-color: #B8D58F;
}
.TagClassName
{
border-color: #B8D58F;
}
</style>