Shades of Green Mist #BBC597
Tints of Green Mist #BBC597
RGB
CMYK
RGB Variations
Color information
#BBC597 (or 0xBBC597) is known color: Green Mist. HEX triplet: BB, C5 and 97. RGB value is (187,197,151). Sum of RGB (Red+Green+Blue) = 187+197+151=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC597 is #443A68. Grayscale: #BCBCBC. Windows color (decimal): -4471401 or 9946555. OLE color: 9946555.
HSL color Cylindrical-coordinate representation of color #BBC597: hue angle of 73.04º 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 #BBC597 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 151 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.23 |
| HSL | 73.04º | 0.28% | 0.68% | - |
| HSV(B) | 73.04º | 0.23% | 0.77% | - |
| XYZ | 46.05 | 52.73 | 37.03 | - |
| YUV | 188.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 151 | 0.05 | 0 | 0.23 | 0.23 | 73.04 | 0.28 | 0.68 |
| Hex | BB | C5 | 97 | 5 | 0 | 17 | 17 | 49 | 1C | 44 |
| Octal | 273 | 305 | 227 | 5 | 0 | 27 | 27 | 111 | 34 | 104 |
| Binary | 10111011 | 11000101 | 10010111 | 101 | 0 | 10111 | 10111 | 1001001 | 11100 | 1000100 |
Color Harmonies of #BBC597
Complementary color
Monochromatic Colors of #BBC597
Black with #BBC597
Text Example
Text Example
White with #BBC597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC597; }
p { color: rgb(187,197,151); }
H1.HeaderClassName
{
color: #BBC597;
}
.AnyTagClassName
{
color: #BBC597;
}
</style>
background-color css
<style>
a { background-color: #BBC597; }
a { background-color: rgb(187,197,151); }
div.DivClassName
{
background-color: #BBC597;
}
.BgClassName
{
background-color: #BBC597;
}
</style>
border-color css
<style>
span { border-color: #BBC597; }
span { border-color: rgb(187,197,151); }
td.TdClassName
{
border-color: #BBC597;
}
.TagClassName
{
border-color: #BBC597;
}
</style>