Shades of Green Mist #B8BD9B
Tints of Green Mist #B8BD9B
RGB
CMYK
RGB Variations
Color information
#B8BD9B (or 0xB8BD9B) is known color: Green Mist. HEX triplet: B8, BD and 9B. RGB value is (184,189,155). Sum of RGB (Red+Green+Blue) = 184+189+155=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BD9B is #474264. Grayscale: #B7B7B7. Windows color (decimal): -4670053 or 10206648. OLE color: 10206648.
HSL color Cylindrical-coordinate representation of color #B8BD9B: hue angle of 68.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8BD9B is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 189 | 155 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.26 |
| HSL | 68.82º | 0.2% | 0.67% | - |
| HSV(B) | 68.82º | 0.18% | 0.74% | - |
| XYZ | 43.88 | 48.95 | 38.15 | - |
| YUV | 183.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 155 | 0.03 | 0 | 0.18 | 0.26 | 68.82 | 0.2 | 0.67 |
| Hex | B8 | BD | 9B | 3 | 0 | 12 | 1A | 45 | 14 | 43 |
| Octal | 270 | 275 | 233 | 3 | 0 | 22 | 32 | 105 | 24 | 103 |
| Binary | 10111000 | 10111101 | 10011011 | 11 | 0 | 10010 | 11010 | 1000101 | 10100 | 1000011 |
Color Harmonies of #B8BD9B
Complementary color
Monochromatic Colors of #B8BD9B
Black with #B8BD9B
Text Example
Text Example
White with #B8BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BD9B; }
p { color: rgb(184,189,155); }
H1.HeaderClassName
{
color: #B8BD9B;
}
.AnyTagClassName
{
color: #B8BD9B;
}
</style>
background-color css
<style>
a { background-color: #B8BD9B; }
a { background-color: rgb(184,189,155); }
div.DivClassName
{
background-color: #B8BD9B;
}
.BgClassName
{
background-color: #B8BD9B;
}
</style>
border-color css
<style>
span { border-color: #B8BD9B; }
span { border-color: rgb(184,189,155); }
td.TdClassName
{
border-color: #B8BD9B;
}
.TagClassName
{
border-color: #B8BD9B;
}
</style>