Shades of Sprout #B8D18B
Tints of Sprout #B8D18B
RGB
CMYK
RGB Variations
Color information
#B8D18B (or 0xB8D18B) is known color: Sprout. HEX triplet: B8, D1 and 8B. RGB value is (184,209,139). Sum of RGB (Red+Green+Blue) = 184+209+139=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D18B is #472E74. Grayscale: #C1C1C1. Windows color (decimal): -4664949 or 9163192. OLE color: 9163192.
HSL color Cylindrical-coordinate representation of color #B8D18B: hue angle of 81.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8D18B is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 139 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.18 |
| HSL | 81.43º | 0.43% | 0.68% | - |
| HSV(B) | 81.43º | 0.33% | 0.82% | - |
| XYZ | 47.23 | 57.66 | 33.07 | - |
| YUV | 193.55 | 97.22 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 139 | 0.12 | 0 | 0.33 | 0.18 | 81.43 | 0.43 | 0.68 |
| Hex | B8 | D1 | 8B | C | 0 | 21 | 12 | 51 | 2B | 44 |
| Octal | 270 | 321 | 213 | 14 | 0 | 41 | 22 | 121 | 53 | 104 |
| Binary | 10111000 | 11010001 | 10001011 | 1100 | 0 | 100001 | 10010 | 1010001 | 101011 | 1000100 |
Color Harmonies of #B8D18B
Complementary color
Monochromatic Colors of #B8D18B
Black with #B8D18B
Text Example
Text Example
White with #B8D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D18B; }
p { color: rgb(184,209,139); }
H1.HeaderClassName
{
color: #B8D18B;
}
.AnyTagClassName
{
color: #B8D18B;
}
</style>
background-color css
<style>
a { background-color: #B8D18B; }
a { background-color: rgb(184,209,139); }
div.DivClassName
{
background-color: #B8D18B;
}
.BgClassName
{
background-color: #B8D18B;
}
</style>
border-color css
<style>
span { border-color: #B8D18B; }
span { border-color: rgb(184,209,139); }
td.TdClassName
{
border-color: #B8D18B;
}
.TagClassName
{
border-color: #B8D18B;
}
</style>