Shades of Green Mist #BCC697
Tints of Green Mist #BCC697
RGB
CMYK
RGB Variations
Color information
#BCC697 (or 0xBCC697) is known color: Green Mist. HEX triplet: BC, C6 and 97. RGB value is (188,198,151). Sum of RGB (Red+Green+Blue) = 188+198+151=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC697 is #433968. Grayscale: #BDBDBD. Windows color (decimal): -4405609 or 9946812. OLE color: 9946812.
HSL color Cylindrical-coordinate representation of color #BCC697: hue angle of 72.77º 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 #BCC697 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 151 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.22 |
| HSL | 72.77º | 0.29% | 0.68% | - |
| HSV(B) | 72.77º | 0.24% | 0.78% | - |
| XYZ | 46.52 | 53.31 | 37.12 | - |
| YUV | 189.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 151 | 0.05 | 0 | 0.24 | 0.22 | 72.77 | 0.29 | 0.68 |
| Hex | BC | C6 | 97 | 5 | 0 | 18 | 16 | 49 | 1D | 44 |
| Octal | 274 | 306 | 227 | 5 | 0 | 30 | 26 | 111 | 35 | 104 |
| Binary | 10111100 | 11000110 | 10010111 | 101 | 0 | 11000 | 10110 | 1001001 | 11101 | 1000100 |
Color Harmonies of #BCC697
Complementary color
Monochromatic Colors of #BCC697
Black with #BCC697
Text Example
Text Example
White with #BCC697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC697; }
p { color: rgb(188,198,151); }
H1.HeaderClassName
{
color: #BCC697;
}
.AnyTagClassName
{
color: #BCC697;
}
</style>
background-color css
<style>
a { background-color: #BCC697; }
a { background-color: rgb(188,198,151); }
div.DivClassName
{
background-color: #BCC697;
}
.BgClassName
{
background-color: #BCC697;
}
</style>
border-color css
<style>
span { border-color: #BCC697; }
span { border-color: rgb(188,198,151); }
td.TdClassName
{
border-color: #BCC697;
}
.TagClassName
{
border-color: #BCC697;
}
</style>