Shades of Green Mist #B6BB90
Tints of Green Mist #B6BB90
RGB
CMYK
RGB Variations
Color information
#B6BB90 (or 0xB6BB90) is known color: Green Mist. HEX triplet: B6, BB and 90. RGB value is (182,187,144). Sum of RGB (Red+Green+Blue) = 182+187+144=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BB90 is #49446F. Grayscale: #B4B4B4. Windows color (decimal): -4801648 or 9485238. OLE color: 9485238.
HSL color Cylindrical-coordinate representation of color #B6BB90: hue angle of 66.98º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6BB90 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 187 | 144 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.27 |
| HSL | 66.98º | 0.24% | 0.65% | - |
| HSV(B) | 66.98º | 0.23% | 0.73% | - |
| XYZ | 42.1 | 47.5 | 33.34 | - |
| YUV | 180.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 187 | 144 | 0.03 | 0 | 0.23 | 0.27 | 66.98 | 0.24 | 0.65 |
| Hex | B6 | BB | 90 | 3 | 0 | 17 | 1B | 43 | 18 | 41 |
| Octal | 266 | 273 | 220 | 3 | 0 | 27 | 33 | 103 | 30 | 101 |
| Binary | 10110110 | 10111011 | 10010000 | 11 | 0 | 10111 | 11011 | 1000011 | 11000 | 1000001 |
Color Harmonies of #B6BB90
Complementary color
Monochromatic Colors of #B6BB90
Black with #B6BB90
Text Example
Text Example
White with #B6BB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BB90; }
p { color: rgb(182,187,144); }
H1.HeaderClassName
{
color: #B6BB90;
}
.AnyTagClassName
{
color: #B6BB90;
}
</style>
background-color css
<style>
a { background-color: #B6BB90; }
a { background-color: rgb(182,187,144); }
div.DivClassName
{
background-color: #B6BB90;
}
.BgClassName
{
background-color: #B6BB90;
}
</style>
border-color css
<style>
span { border-color: #B6BB90; }
span { border-color: rgb(182,187,144); }
td.TdClassName
{
border-color: #B6BB90;
}
.TagClassName
{
border-color: #B6BB90;
}
</style>