Shades of Green Mist #B8BF99
Tints of Green Mist #B8BF99
RGB
CMYK
RGB Variations
Color information
#B8BF99 (or 0xB8BF99) is known color: Green Mist. HEX triplet: B8, BF and 99. RGB value is (184,191,153). Sum of RGB (Red+Green+Blue) = 184+191+153=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BF99 is #474066. Grayscale: #B8B8B8. Windows color (decimal): -4669543 or 10076088. OLE color: 10076088.
HSL color Cylindrical-coordinate representation of color #B8BF99: hue angle of 71.05º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8BF99 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 153 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.25 |
| HSL | 71.05º | 0.23% | 0.67% | - |
| HSV(B) | 71.05º | 0.2% | 0.75% | - |
| XYZ | 44.15 | 49.75 | 37.41 | - |
| YUV | 184.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 153 | 0.04 | 0 | 0.20 | 0.25 | 71.05 | 0.23 | 0.67 |
| Hex | B8 | BF | 99 | 4 | 0 | 14 | 19 | 47 | 17 | 43 |
| Octal | 270 | 277 | 231 | 4 | 0 | 24 | 31 | 107 | 27 | 103 |
| Binary | 10111000 | 10111111 | 10011001 | 100 | 0 | 10100 | 11001 | 1000111 | 10111 | 1000011 |
Color Harmonies of #B8BF99
Complementary color
Monochromatic Colors of #B8BF99
Black with #B8BF99
Text Example
Text Example
White with #B8BF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BF99; }
p { color: rgb(184,191,153); }
H1.HeaderClassName
{
color: #B8BF99;
}
.AnyTagClassName
{
color: #B8BF99;
}
</style>
background-color css
<style>
a { background-color: #B8BF99; }
a { background-color: rgb(184,191,153); }
div.DivClassName
{
background-color: #B8BF99;
}
.BgClassName
{
background-color: #B8BF99;
}
</style>
border-color css
<style>
span { border-color: #B8BF99; }
span { border-color: rgb(184,191,153); }
td.TdClassName
{
border-color: #B8BF99;
}
.TagClassName
{
border-color: #B8BF99;
}
</style>