Shades of Green Mist #B8BF9A
Tints of Green Mist #B8BF9A
RGB
CMYK
RGB Variations
Color information
#B8BF9A (or 0xB8BF9A) is known color: Green Mist. HEX triplet: B8, BF and 9A. RGB value is (184,191,154). Sum of RGB (Red+Green+Blue) = 184+191+154=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BF9A is #474065. Grayscale: #B8B8B8. Windows color (decimal): -4669542 or 10141624. OLE color: 10141624.
HSL color Cylindrical-coordinate representation of color #B8BF9A: hue angle of 71.35º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8BF9A is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 154 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.25 |
| HSL | 71.35º | 0.22% | 0.68% | - |
| HSV(B) | 71.35º | 0.19% | 0.75% | - |
| XYZ | 44.23 | 49.79 | 37.85 | - |
| YUV | 184.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 154 | 0.04 | 0 | 0.19 | 0.25 | 71.35 | 0.22 | 0.68 |
| Hex | B8 | BF | 9A | 4 | 0 | 13 | 19 | 47 | 16 | 44 |
| Octal | 270 | 277 | 232 | 4 | 0 | 23 | 31 | 107 | 26 | 104 |
| Binary | 10111000 | 10111111 | 10011010 | 100 | 0 | 10011 | 11001 | 1000111 | 10110 | 1000100 |
Color Harmonies of #B8BF9A
Complementary color
Monochromatic Colors of #B8BF9A
Black with #B8BF9A
Text Example
Text Example
White with #B8BF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BF9A; }
p { color: rgb(184,191,154); }
H1.HeaderClassName
{
color: #B8BF9A;
}
.AnyTagClassName
{
color: #B8BF9A;
}
</style>
background-color css
<style>
a { background-color: #B8BF9A; }
a { background-color: rgb(184,191,154); }
div.DivClassName
{
background-color: #B8BF9A;
}
.BgClassName
{
background-color: #B8BF9A;
}
</style>
border-color css
<style>
span { border-color: #B8BF9A; }
span { border-color: rgb(184,191,154); }
td.TdClassName
{
border-color: #B8BF9A;
}
.TagClassName
{
border-color: #B8BF9A;
}
</style>