Shades of Green Mist #BBC598
Tints of Green Mist #BBC598
RGB
CMYK
RGB Variations
Color information
#BBC598 (or 0xBBC598) is known color: Green Mist. HEX triplet: BB, C5 and 98. RGB value is (187,197,152). Sum of RGB (Red+Green+Blue) = 187+197+152=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC598 is #443A67. Grayscale: #BDBDBD. Windows color (decimal): -4471400 or 10012091. OLE color: 10012091.
HSL color Cylindrical-coordinate representation of color #BBC598: hue angle of 73.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC598 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 152 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.23 |
| HSL | 73.33º | 0.28% | 0.68% | - |
| HSV(B) | 73.33º | 0.23% | 0.77% | - |
| XYZ | 46.13 | 52.76 | 37.46 | - |
| YUV | 188.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 152 | 0.05 | 0 | 0.23 | 0.23 | 73.33 | 0.28 | 0.68 |
| Hex | BB | C5 | 98 | 5 | 0 | 17 | 17 | 49 | 1C | 44 |
| Octal | 273 | 305 | 230 | 5 | 0 | 27 | 27 | 111 | 34 | 104 |
| Binary | 10111011 | 11000101 | 10011000 | 101 | 0 | 10111 | 10111 | 1001001 | 11100 | 1000100 |
Color Harmonies of #BBC598
Complementary color
Monochromatic Colors of #BBC598
Black with #BBC598
Text Example
Text Example
White with #BBC598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC598; }
p { color: rgb(187,197,152); }
H1.HeaderClassName
{
color: #BBC598;
}
.AnyTagClassName
{
color: #BBC598;
}
</style>
background-color css
<style>
a { background-color: #BBC598; }
a { background-color: rgb(187,197,152); }
div.DivClassName
{
background-color: #BBC598;
}
.BgClassName
{
background-color: #BBC598;
}
</style>
border-color css
<style>
span { border-color: #BBC598; }
span { border-color: rgb(187,197,152); }
td.TdClassName
{
border-color: #BBC598;
}
.TagClassName
{
border-color: #BBC598;
}
</style>