Shades of Green Mist #B6BB98
Tints of Green Mist #B6BB98
RGB
CMYK
RGB Variations
Color information
#B6BB98 (or 0xB6BB98) is known color: Green Mist. HEX triplet: B6, BB and 98. RGB value is (182,187,152). Sum of RGB (Red+Green+Blue) = 182+187+152=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BB98 is #494467. Grayscale: #B5B5B5. Windows color (decimal): -4801640 or 10009526. OLE color: 10009526.
HSL color Cylindrical-coordinate representation of color #B6BB98: hue angle of 68.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6BB98 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 187 | 152 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.27 |
| HSL | 68.57º | 0.2% | 0.66% | - |
| HSV(B) | 68.57º | 0.19% | 0.73% | - |
| XYZ | 42.73 | 47.75 | 36.67 | - |
| YUV | 181.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 187 | 152 | 0.03 | 0 | 0.19 | 0.27 | 68.57 | 0.2 | 0.66 |
| Hex | B6 | BB | 98 | 3 | 0 | 13 | 1B | 45 | 14 | 42 |
| Octal | 266 | 273 | 230 | 3 | 0 | 23 | 33 | 105 | 24 | 102 |
| Binary | 10110110 | 10111011 | 10011000 | 11 | 0 | 10011 | 11011 | 1000101 | 10100 | 1000010 |
Color Harmonies of #B6BB98
Complementary color
Monochromatic Colors of #B6BB98
Black with #B6BB98
Text Example
Text Example
White with #B6BB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BB98; }
p { color: rgb(182,187,152); }
H1.HeaderClassName
{
color: #B6BB98;
}
.AnyTagClassName
{
color: #B6BB98;
}
</style>
background-color css
<style>
a { background-color: #B6BB98; }
a { background-color: rgb(182,187,152); }
div.DivClassName
{
background-color: #B6BB98;
}
.BgClassName
{
background-color: #B6BB98;
}
</style>
border-color css
<style>
span { border-color: #B6BB98; }
span { border-color: rgb(182,187,152); }
td.TdClassName
{
border-color: #B6BB98;
}
.TagClassName
{
border-color: #B6BB98;
}
</style>