Shades of Green Mist #B8C393
Tints of Green Mist #B8C393
RGB
CMYK
RGB Variations
Color information
#B8C393 (or 0xB8C393) is known color: Green Mist. HEX triplet: B8, C3 and 93. RGB value is (184,195,147). Sum of RGB (Red+Green+Blue) = 184+195+147=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C393 is #473C6C. Grayscale: #BABABA. Windows color (decimal): -4668525 or 9683896. OLE color: 9683896.
HSL color Cylindrical-coordinate representation of color #B8C393: hue angle of 73.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8C393 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 147 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.24 |
| HSL | 73.75º | 0.29% | 0.67% | - |
| HSV(B) | 73.75º | 0.25% | 0.76% | - |
| XYZ | 44.55 | 51.33 | 35.16 | - |
| YUV | 186.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 147 | 0.06 | 0 | 0.25 | 0.24 | 73.75 | 0.29 | 0.67 |
| Hex | B8 | C3 | 93 | 6 | 0 | 19 | 18 | 4A | 1D | 43 |
| Octal | 270 | 303 | 223 | 6 | 0 | 31 | 30 | 112 | 35 | 103 |
| Binary | 10111000 | 11000011 | 10010011 | 110 | 0 | 11001 | 11000 | 1001010 | 11101 | 1000011 |
Color Harmonies of #B8C393
Complementary color
Monochromatic Colors of #B8C393
Black with #B8C393
Text Example
Text Example
White with #B8C393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C393; }
p { color: rgb(184,195,147); }
H1.HeaderClassName
{
color: #B8C393;
}
.AnyTagClassName
{
color: #B8C393;
}
</style>
background-color css
<style>
a { background-color: #B8C393; }
a { background-color: rgb(184,195,147); }
div.DivClassName
{
background-color: #B8C393;
}
.BgClassName
{
background-color: #B8C393;
}
</style>
border-color css
<style>
span { border-color: #B8C393; }
span { border-color: rgb(184,195,147); }
td.TdClassName
{
border-color: #B8C393;
}
.TagClassName
{
border-color: #B8C393;
}
</style>