Shades of Green Mist #B7BB9A
Tints of Green Mist #B7BB9A
RGB
CMYK
RGB Variations
Color information
#B7BB9A (or 0xB7BB9A) is known color: Green Mist. HEX triplet: B7, BB and 9A. RGB value is (183,187,154). Sum of RGB (Red+Green+Blue) = 183+187+154=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BB9A is #484465. Grayscale: #B6B6B6. Windows color (decimal): -4736102 or 10140599. OLE color: 10140599.
HSL color Cylindrical-coordinate representation of color #B7BB9A: hue angle of 67.27º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7BB9A is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 187 | 154 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.27 |
| HSL | 67.27º | 0.2% | 0.67% | - |
| HSV(B) | 67.27º | 0.18% | 0.73% | - |
| XYZ | 43.13 | 47.94 | 37.55 | - |
| YUV | 182.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 154 | 0.02 | 0 | 0.18 | 0.27 | 67.27 | 0.2 | 0.67 |
| Hex | B7 | BB | 9A | 2 | 0 | 12 | 1B | 43 | 14 | 43 |
| Octal | 267 | 273 | 232 | 2 | 0 | 22 | 33 | 103 | 24 | 103 |
| Binary | 10110111 | 10111011 | 10011010 | 10 | 0 | 10010 | 11011 | 1000011 | 10100 | 1000011 |
Color Harmonies of #B7BB9A
Complementary color
Monochromatic Colors of #B7BB9A
Black with #B7BB9A
Text Example
Text Example
White with #B7BB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BB9A; }
p { color: rgb(183,187,154); }
H1.HeaderClassName
{
color: #B7BB9A;
}
.AnyTagClassName
{
color: #B7BB9A;
}
</style>
background-color css
<style>
a { background-color: #B7BB9A; }
a { background-color: rgb(183,187,154); }
div.DivClassName
{
background-color: #B7BB9A;
}
.BgClassName
{
background-color: #B7BB9A;
}
</style>
border-color css
<style>
span { border-color: #B7BB9A; }
span { border-color: rgb(183,187,154); }
td.TdClassName
{
border-color: #B7BB9A;
}
.TagClassName
{
border-color: #B7BB9A;
}
</style>