Shades of Green Mist #B8C290
Tints of Green Mist #B8C290
RGB
CMYK
RGB Variations
Color information
#B8C290 (or 0xB8C290) is known color: Green Mist. HEX triplet: B8, C2 and 90. RGB value is (184,194,144). Sum of RGB (Red+Green+Blue) = 184+194+144=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C290 is #473D6F. Grayscale: #B9B9B9. Windows color (decimal): -4668784 or 9487032. OLE color: 9487032.
HSL color Cylindrical-coordinate representation of color #B8C290: hue angle of 72º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8C290 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 144 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.24 |
| HSL | 72º | 0.29% | 0.66% | - |
| HSV(B) | 72º | 0.26% | 0.76% | - |
| XYZ | 44.09 | 50.79 | 33.86 | - |
| YUV | 185.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 144 | 0.05 | 0 | 0.26 | 0.24 | 72 | 0.29 | 0.66 |
| Hex | B8 | C2 | 90 | 5 | 0 | 1A | 18 | 48 | 1D | 42 |
| Octal | 270 | 302 | 220 | 5 | 0 | 32 | 30 | 110 | 35 | 102 |
| Binary | 10111000 | 11000010 | 10010000 | 101 | 0 | 11010 | 11000 | 1001000 | 11101 | 1000010 |
Color Harmonies of #B8C290
Complementary color
Monochromatic Colors of #B8C290
Black with #B8C290
Text Example
Text Example
White with #B8C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C290; }
p { color: rgb(184,194,144); }
H1.HeaderClassName
{
color: #B8C290;
}
.AnyTagClassName
{
color: #B8C290;
}
</style>
background-color css
<style>
a { background-color: #B8C290; }
a { background-color: rgb(184,194,144); }
div.DivClassName
{
background-color: #B8C290;
}
.BgClassName
{
background-color: #B8C290;
}
</style>
border-color css
<style>
span { border-color: #B8C290; }
span { border-color: rgb(184,194,144); }
td.TdClassName
{
border-color: #B8C290;
}
.TagClassName
{
border-color: #B8C290;
}
</style>