Shades of Green Mist #B8C195
Tints of Green Mist #B8C195
RGB
CMYK
RGB Variations
Color information
#B8C195 (or 0xB8C195) is known color: Green Mist. HEX triplet: B8, C1 and 95. RGB value is (184,193,149). Sum of RGB (Red+Green+Blue) = 184+193+149=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C195 is #473E6A. Grayscale: #B9B9B9. Windows color (decimal): -4669035 or 9814456. OLE color: 9814456.
HSL color Cylindrical-coordinate representation of color #B8C195: hue angle of 72.27º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8C195 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 149 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.24 |
| HSL | 72.27º | 0.26% | 0.67% | - |
| HSV(B) | 72.27º | 0.23% | 0.76% | - |
| XYZ | 44.26 | 50.5 | 35.85 | - |
| YUV | 185.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 149 | 0.05 | 0 | 0.23 | 0.24 | 72.27 | 0.26 | 0.67 |
| Hex | B8 | C1 | 95 | 5 | 0 | 17 | 18 | 48 | 1A | 43 |
| Octal | 270 | 301 | 225 | 5 | 0 | 27 | 30 | 110 | 32 | 103 |
| Binary | 10111000 | 11000001 | 10010101 | 101 | 0 | 10111 | 11000 | 1001000 | 11010 | 1000011 |
Color Harmonies of #B8C195
Complementary color
Monochromatic Colors of #B8C195
Black with #B8C195
Text Example
Text Example
White with #B8C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C195; }
p { color: rgb(184,193,149); }
H1.HeaderClassName
{
color: #B8C195;
}
.AnyTagClassName
{
color: #B8C195;
}
</style>
background-color css
<style>
a { background-color: #B8C195; }
a { background-color: rgb(184,193,149); }
div.DivClassName
{
background-color: #B8C195;
}
.BgClassName
{
background-color: #B8C195;
}
</style>
border-color css
<style>
span { border-color: #B8C195; }
span { border-color: rgb(184,193,149); }
td.TdClassName
{
border-color: #B8C195;
}
.TagClassName
{
border-color: #B8C195;
}
</style>