Shades of Green Mist #B7BB9C
Tints of Green Mist #B7BB9C
RGB
CMYK
RGB Variations
Color information
#B7BB9C (or 0xB7BB9C) is known color: Green Mist. HEX triplet: B7, BB and 9C. RGB value is (183,187,156). Sum of RGB (Red+Green+Blue) = 183+187+156=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BB9C is #484463. Grayscale: #B6B6B6. Windows color (decimal): -4736100 or 10271671. OLE color: 10271671.
HSL color Cylindrical-coordinate representation of color #B7BB9C: hue angle of 67.74º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7BB9C is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 187 | 156 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.27 |
| HSL | 67.74º | 0.19% | 0.67% | - |
| HSV(B) | 67.74º | 0.17% | 0.73% | - |
| XYZ | 43.3 | 48.01 | 38.44 | - |
| YUV | 182.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 156 | 0.02 | 0 | 0.17 | 0.27 | 67.74 | 0.19 | 0.67 |
| Hex | B7 | BB | 9C | 2 | 0 | 11 | 1B | 44 | 13 | 43 |
| Octal | 267 | 273 | 234 | 2 | 0 | 21 | 33 | 104 | 23 | 103 |
| Binary | 10110111 | 10111011 | 10011100 | 10 | 0 | 10001 | 11011 | 1000100 | 10011 | 1000011 |
Color Harmonies of #B7BB9C
Complementary color
Monochromatic Colors of #B7BB9C
Black with #B7BB9C
Text Example
Text Example
White with #B7BB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BB9C; }
p { color: rgb(183,187,156); }
H1.HeaderClassName
{
color: #B7BB9C;
}
.AnyTagClassName
{
color: #B7BB9C;
}
</style>
background-color css
<style>
a { background-color: #B7BB9C; }
a { background-color: rgb(183,187,156); }
div.DivClassName
{
background-color: #B7BB9C;
}
.BgClassName
{
background-color: #B7BB9C;
}
</style>
border-color css
<style>
span { border-color: #B7BB9C; }
span { border-color: rgb(183,187,156); }
td.TdClassName
{
border-color: #B7BB9C;
}
.TagClassName
{
border-color: #B7BB9C;
}
</style>