Shades of Green Mist #B8BC8D
Tints of Green Mist #B8BC8D
RGB
CMYK
RGB Variations
Color information
#B8BC8D (or 0xB8BC8D) is known color: Green Mist. HEX triplet: B8, BC and 8D. RGB value is (184,188,141). Sum of RGB (Red+Green+Blue) = 184+188+141=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BC8D is #474372. Grayscale: #B5B5B5. Windows color (decimal): -4670323 or 9288888. OLE color: 9288888.
HSL color Cylindrical-coordinate representation of color #B8BC8D: hue angle of 65.11º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8BC8D is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 141 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.26 |
| HSL | 65.11º | 0.26% | 0.65% | - |
| HSV(B) | 65.11º | 0.25% | 0.74% | - |
| XYZ | 42.56 | 48.08 | 32.24 | - |
| YUV | 181.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 141 | 0.02 | 0 | 0.25 | 0.26 | 65.11 | 0.26 | 0.65 |
| Hex | B8 | BC | 8D | 2 | 0 | 19 | 1A | 41 | 1A | 41 |
| Octal | 270 | 274 | 215 | 2 | 0 | 31 | 32 | 101 | 32 | 101 |
| Binary | 10111000 | 10111100 | 10001101 | 10 | 0 | 11001 | 11010 | 1000001 | 11010 | 1000001 |
Color Harmonies of #B8BC8D
Complementary color
Monochromatic Colors of #B8BC8D
Black with #B8BC8D
Text Example
Text Example
White with #B8BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC8D; }
p { color: rgb(184,188,141); }
H1.HeaderClassName
{
color: #B8BC8D;
}
.AnyTagClassName
{
color: #B8BC8D;
}
</style>
background-color css
<style>
a { background-color: #B8BC8D; }
a { background-color: rgb(184,188,141); }
div.DivClassName
{
background-color: #B8BC8D;
}
.BgClassName
{
background-color: #B8BC8D;
}
</style>
border-color css
<style>
span { border-color: #B8BC8D; }
span { border-color: rgb(184,188,141); }
td.TdClassName
{
border-color: #B8BC8D;
}
.TagClassName
{
border-color: #B8BC8D;
}
</style>