Shades of Green Mist #B8C493
Tints of Green Mist #B8C493
RGB
CMYK
RGB Variations
Color information
#B8C493 (or 0xB8C493) is known color: Green Mist. HEX triplet: B8, C4 and 93. RGB value is (184,196,147). Sum of RGB (Red+Green+Blue) = 184+196+147=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C493 is #473B6C. Grayscale: #BBBBBB. Windows color (decimal): -4668269 or 9684152. OLE color: 9684152.
HSL color Cylindrical-coordinate representation of color #B8C493: hue angle of 74.69º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8C493 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 147 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.23 |
| HSL | 74.69º | 0.29% | 0.67% | - |
| HSV(B) | 74.69º | 0.25% | 0.77% | - |
| XYZ | 44.77 | 51.78 | 35.24 | - |
| YUV | 186.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 147 | 0.06 | 0 | 0.25 | 0.23 | 74.69 | 0.29 | 0.67 |
| Hex | B8 | C4 | 93 | 6 | 0 | 19 | 17 | 4B | 1D | 43 |
| Octal | 270 | 304 | 223 | 6 | 0 | 31 | 27 | 113 | 35 | 103 |
| Binary | 10111000 | 11000100 | 10010011 | 110 | 0 | 11001 | 10111 | 1001011 | 11101 | 1000011 |
Color Harmonies of #B8C493
Complementary color
Monochromatic Colors of #B8C493
Black with #B8C493
Text Example
Text Example
White with #B8C493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C493; }
p { color: rgb(184,196,147); }
H1.HeaderClassName
{
color: #B8C493;
}
.AnyTagClassName
{
color: #B8C493;
}
</style>
background-color css
<style>
a { background-color: #B8C493; }
a { background-color: rgb(184,196,147); }
div.DivClassName
{
background-color: #B8C493;
}
.BgClassName
{
background-color: #B8C493;
}
</style>
border-color css
<style>
span { border-color: #B8C493; }
span { border-color: rgb(184,196,147); }
td.TdClassName
{
border-color: #B8C493;
}
.TagClassName
{
border-color: #B8C493;
}
</style>