Shades of Sprout #B8D68D
Tints of Sprout #B8D68D
RGB
CMYK
RGB Variations
Color information
#B8D68D (or 0xB8D68D) is known color: Sprout. HEX triplet: B8, D6 and 8D. RGB value is (184,214,141). Sum of RGB (Red+Green+Blue) = 184+214+141=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D68D is #472972. Grayscale: #C4C4C4. Windows color (decimal): -4663667 or 9295544. OLE color: 9295544.
HSL color Cylindrical-coordinate representation of color #B8D68D: hue angle of 84.66º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8D68D is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 141 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.16 |
| HSL | 84.66º | 0.47% | 0.7% | - |
| HSV(B) | 84.66º | 0.34% | 0.84% | - |
| XYZ | 48.62 | 60.21 | 34.26 | - |
| YUV | 196.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 141 | 0.14 | 0 | 0.34 | 0.16 | 84.66 | 0.47 | 0.7 |
| Hex | B8 | D6 | 8D | E | 0 | 22 | 10 | 55 | 2F | 46 |
| Octal | 270 | 326 | 215 | 16 | 0 | 42 | 20 | 125 | 57 | 106 |
| Binary | 10111000 | 11010110 | 10001101 | 1110 | 0 | 100010 | 10000 | 1010101 | 101111 | 1000110 |
Color Harmonies of #B8D68D
Complementary color
Monochromatic Colors of #B8D68D
Black with #B8D68D
Text Example
Text Example
White with #B8D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D68D; }
p { color: rgb(184,214,141); }
H1.HeaderClassName
{
color: #B8D68D;
}
.AnyTagClassName
{
color: #B8D68D;
}
</style>
background-color css
<style>
a { background-color: #B8D68D; }
a { background-color: rgb(184,214,141); }
div.DivClassName
{
background-color: #B8D68D;
}
.BgClassName
{
background-color: #B8D68D;
}
</style>
border-color css
<style>
span { border-color: #B8D68D; }
span { border-color: rgb(184,214,141); }
td.TdClassName
{
border-color: #B8D68D;
}
.TagClassName
{
border-color: #B8D68D;
}
</style>