Shades of Green Mist #B8BF8F
Tints of Green Mist #B8BF8F
RGB
CMYK
RGB Variations
Color information
#B8BF8F (or 0xB8BF8F) is known color: Green Mist. HEX triplet: B8, BF and 8F. RGB value is (184,191,143). Sum of RGB (Red+Green+Blue) = 184+191+143=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BF8F is #474070. Grayscale: #B7B7B7. Windows color (decimal): -4669553 or 9420728. OLE color: 9420728.
HSL color Cylindrical-coordinate representation of color #B8BF8F: hue angle of 68.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8BF8F is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 143 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.25 |
| HSL | 68.75º | 0.27% | 0.65% | - |
| HSV(B) | 68.75º | 0.25% | 0.75% | - |
| XYZ | 43.36 | 49.44 | 33.24 | - |
| YUV | 183.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 143 | 0.04 | 0 | 0.25 | 0.25 | 68.75 | 0.27 | 0.65 |
| Hex | B8 | BF | 8F | 4 | 0 | 19 | 19 | 45 | 1B | 41 |
| Octal | 270 | 277 | 217 | 4 | 0 | 31 | 31 | 105 | 33 | 101 |
| Binary | 10111000 | 10111111 | 10001111 | 100 | 0 | 11001 | 11001 | 1000101 | 11011 | 1000001 |
Color Harmonies of #B8BF8F
Complementary color
Monochromatic Colors of #B8BF8F
Black with #B8BF8F
Text Example
Text Example
White with #B8BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BF8F; }
p { color: rgb(184,191,143); }
H1.HeaderClassName
{
color: #B8BF8F;
}
.AnyTagClassName
{
color: #B8BF8F;
}
</style>
background-color css
<style>
a { background-color: #B8BF8F; }
a { background-color: rgb(184,191,143); }
div.DivClassName
{
background-color: #B8BF8F;
}
.BgClassName
{
background-color: #B8BF8F;
}
</style>
border-color css
<style>
span { border-color: #B8BF8F; }
span { border-color: rgb(184,191,143); }
td.TdClassName
{
border-color: #B8BF8F;
}
.TagClassName
{
border-color: #B8BF8F;
}
</style>