Shades of Green Mist #BBC697
Tints of Green Mist #BBC697
RGB
CMYK
RGB Variations
Color information
#BBC697 (or 0xBBC697) is known color: Green Mist. HEX triplet: BB, C6 and 97. RGB value is (187,198,151). Sum of RGB (Red+Green+Blue) = 187+198+151=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC697 is #443968. Grayscale: #BDBDBD. Windows color (decimal): -4471145 or 9946811. OLE color: 9946811.
HSL color Cylindrical-coordinate representation of color #BBC697: hue angle of 74.04º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBC697 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 151 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.22 |
| HSL | 74.04º | 0.29% | 0.68% | - |
| HSV(B) | 74.04º | 0.24% | 0.78% | - |
| XYZ | 46.27 | 53.19 | 37.11 | - |
| YUV | 189.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 151 | 0.06 | 0 | 0.24 | 0.22 | 74.04 | 0.29 | 0.68 |
| Hex | BB | C6 | 97 | 6 | 0 | 18 | 16 | 4A | 1D | 44 |
| Octal | 273 | 306 | 227 | 6 | 0 | 30 | 26 | 112 | 35 | 104 |
| Binary | 10111011 | 11000110 | 10010111 | 110 | 0 | 11000 | 10110 | 1001010 | 11101 | 1000100 |
Color Harmonies of #BBC697
Complementary color
Monochromatic Colors of #BBC697
Black with #BBC697
Text Example
Text Example
White with #BBC697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC697; }
p { color: rgb(187,198,151); }
H1.HeaderClassName
{
color: #BBC697;
}
.AnyTagClassName
{
color: #BBC697;
}
</style>
background-color css
<style>
a { background-color: #BBC697; }
a { background-color: rgb(187,198,151); }
div.DivClassName
{
background-color: #BBC697;
}
.BgClassName
{
background-color: #BBC697;
}
</style>
border-color css
<style>
span { border-color: #BBC697; }
span { border-color: rgb(187,198,151); }
td.TdClassName
{
border-color: #BBC697;
}
.TagClassName
{
border-color: #BBC697;
}
</style>