Shades of Green Mist #B8C196
Tints of Green Mist #B8C196
RGB
CMYK
RGB Variations
Color information
#B8C196 (or 0xB8C196) is known color: Green Mist. HEX triplet: B8, C1 and 96. RGB value is (184,193,150). Sum of RGB (Red+Green+Blue) = 184+193+150=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C196 is #473E69. Grayscale: #B9B9B9. Windows color (decimal): -4669034 or 9879992. OLE color: 9879992.
HSL color Cylindrical-coordinate representation of color #B8C196: hue angle of 72.56º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8C196 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 150 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.24 |
| HSL | 72.56º | 0.26% | 0.67% | - |
| HSV(B) | 72.56º | 0.22% | 0.76% | - |
| XYZ | 44.34 | 50.53 | 36.27 | - |
| YUV | 185.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 150 | 0.05 | 0 | 0.22 | 0.24 | 72.56 | 0.26 | 0.67 |
| Hex | B8 | C1 | 96 | 5 | 0 | 16 | 18 | 49 | 1A | 43 |
| Octal | 270 | 301 | 226 | 5 | 0 | 26 | 30 | 111 | 32 | 103 |
| Binary | 10111000 | 11000001 | 10010110 | 101 | 0 | 10110 | 11000 | 1001001 | 11010 | 1000011 |
Color Harmonies of #B8C196
Complementary color
Monochromatic Colors of #B8C196
Black with #B8C196
Text Example
Text Example
White with #B8C196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C196; }
p { color: rgb(184,193,150); }
H1.HeaderClassName
{
color: #B8C196;
}
.AnyTagClassName
{
color: #B8C196;
}
</style>
background-color css
<style>
a { background-color: #B8C196; }
a { background-color: rgb(184,193,150); }
div.DivClassName
{
background-color: #B8C196;
}
.BgClassName
{
background-color: #B8C196;
}
</style>
border-color css
<style>
span { border-color: #B8C196; }
span { border-color: rgb(184,193,150); }
td.TdClassName
{
border-color: #B8C196;
}
.TagClassName
{
border-color: #B8C196;
}
</style>