Shades of Sprout #B8D18D
Tints of Sprout #B8D18D
RGB
CMYK
RGB Variations
Color information
#B8D18D (or 0xB8D18D) is known color: Sprout. HEX triplet: B8, D1 and 8D. RGB value is (184,209,141). Sum of RGB (Red+Green+Blue) = 184+209+141=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D18D is #472E72. Grayscale: #C2C2C2. Windows color (decimal): -4664947 or 9294264. OLE color: 9294264.
HSL color Cylindrical-coordinate representation of color #B8D18D: hue angle of 82.06º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8D18D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 141 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.18 |
| HSL | 82.06º | 0.43% | 0.69% | - |
| HSV(B) | 82.06º | 0.33% | 0.82% | - |
| XYZ | 47.38 | 57.71 | 33.84 | - |
| YUV | 193.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 141 | 0.12 | 0 | 0.33 | 0.18 | 82.06 | 0.43 | 0.69 |
| Hex | B8 | D1 | 8D | C | 0 | 21 | 12 | 52 | 2A | 45 |
| Octal | 270 | 321 | 215 | 14 | 0 | 41 | 22 | 122 | 52 | 105 |
| Binary | 10111000 | 11010001 | 10001101 | 1100 | 0 | 100001 | 10010 | 1010010 | 101010 | 1000101 |
Color Harmonies of #B8D18D
Complementary color
Monochromatic Colors of #B8D18D
Black with #B8D18D
Text Example
Text Example
White with #B8D18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D18D; }
p { color: rgb(184,209,141); }
H1.HeaderClassName
{
color: #B8D18D;
}
.AnyTagClassName
{
color: #B8D18D;
}
</style>
background-color css
<style>
a { background-color: #B8D18D; }
a { background-color: rgb(184,209,141); }
div.DivClassName
{
background-color: #B8D18D;
}
.BgClassName
{
background-color: #B8D18D;
}
</style>
border-color css
<style>
span { border-color: #B8D18D; }
span { border-color: rgb(184,209,141); }
td.TdClassName
{
border-color: #B8D18D;
}
.TagClassName
{
border-color: #B8D18D;
}
</style>