Shades of Green Mist #B8BD8F
Tints of Green Mist #B8BD8F
RGB
CMYK
RGB Variations
Color information
#B8BD8F (or 0xB8BD8F) is known color: Green Mist. HEX triplet: B8, BD and 8F. RGB value is (184,189,143). Sum of RGB (Red+Green+Blue) = 184+189+143=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BD8F is #474270. Grayscale: #B6B6B6. Windows color (decimal): -4670065 or 9420216. OLE color: 9420216.
HSL color Cylindrical-coordinate representation of color #B8BD8F: hue angle of 66.52º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8BD8F is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 189 | 143 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.26 |
| HSL | 66.52º | 0.26% | 0.65% | - |
| HSV(B) | 66.52º | 0.24% | 0.74% | - |
| XYZ | 42.92 | 48.57 | 33.1 | - |
| YUV | 182.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 143 | 0.03 | 0 | 0.24 | 0.26 | 66.52 | 0.26 | 0.65 |
| Hex | B8 | BD | 8F | 3 | 0 | 18 | 1A | 43 | 1A | 41 |
| Octal | 270 | 275 | 217 | 3 | 0 | 30 | 32 | 103 | 32 | 101 |
| Binary | 10111000 | 10111101 | 10001111 | 11 | 0 | 11000 | 11010 | 1000011 | 11010 | 1000001 |
Color Harmonies of #B8BD8F
Complementary color
Monochromatic Colors of #B8BD8F
Black with #B8BD8F
Text Example
Text Example
White with #B8BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BD8F; }
p { color: rgb(184,189,143); }
H1.HeaderClassName
{
color: #B8BD8F;
}
.AnyTagClassName
{
color: #B8BD8F;
}
</style>
background-color css
<style>
a { background-color: #B8BD8F; }
a { background-color: rgb(184,189,143); }
div.DivClassName
{
background-color: #B8BD8F;
}
.BgClassName
{
background-color: #B8BD8F;
}
</style>
border-color css
<style>
span { border-color: #B8BD8F; }
span { border-color: rgb(184,189,143); }
td.TdClassName
{
border-color: #B8BD8F;
}
.TagClassName
{
border-color: #B8BD8F;
}
</style>