Shades of Green Mist #BBC698
Tints of Green Mist #BBC698
RGB
CMYK
RGB Variations
Color information
#BBC698 (or 0xBBC698) is known color: Green Mist. HEX triplet: BB, C6 and 98. RGB value is (187,198,152). Sum of RGB (Red+Green+Blue) = 187+198+152=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC698 is #443967. Grayscale: #BDBDBD. Windows color (decimal): -4471144 or 10012347. OLE color: 10012347.
HSL color Cylindrical-coordinate representation of color #BBC698: hue angle of 74.35º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC698 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 152 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.22 |
| HSL | 74.35º | 0.29% | 0.69% | - |
| HSV(B) | 74.35º | 0.23% | 0.78% | - |
| XYZ | 46.36 | 53.22 | 37.54 | - |
| YUV | 189.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 152 | 0.06 | 0 | 0.23 | 0.22 | 74.35 | 0.29 | 0.69 |
| Hex | BB | C6 | 98 | 6 | 0 | 17 | 16 | 4A | 1D | 45 |
| Octal | 273 | 306 | 230 | 6 | 0 | 27 | 26 | 112 | 35 | 105 |
| Binary | 10111011 | 11000110 | 10011000 | 110 | 0 | 10111 | 10110 | 1001010 | 11101 | 1000101 |
Color Harmonies of #BBC698
Complementary color
Monochromatic Colors of #BBC698
Black with #BBC698
Text Example
Text Example
White with #BBC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC698; }
p { color: rgb(187,198,152); }
H1.HeaderClassName
{
color: #BBC698;
}
.AnyTagClassName
{
color: #BBC698;
}
</style>
background-color css
<style>
a { background-color: #BBC698; }
a { background-color: rgb(187,198,152); }
div.DivClassName
{
background-color: #BBC698;
}
.BgClassName
{
background-color: #BBC698;
}
</style>
border-color css
<style>
span { border-color: #BBC698; }
span { border-color: rgb(187,198,152); }
td.TdClassName
{
border-color: #BBC698;
}
.TagClassName
{
border-color: #BBC698;
}
</style>