Shades of Green Mist #BCC698
Tints of Green Mist #BCC698
RGB
CMYK
RGB Variations
Color information
#BCC698 (or 0xBCC698) is known color: Green Mist. HEX triplet: BC, C6 and 98. RGB value is (188,198,152). Sum of RGB (Red+Green+Blue) = 188+198+152=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC698 is #433967. Grayscale: #BDBDBD. Windows color (decimal): -4405608 or 10012348. OLE color: 10012348.
HSL color Cylindrical-coordinate representation of color #BCC698: hue angle of 73.04º 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 #BCC698 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 152 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.22 |
| HSL | 73.04º | 0.29% | 0.69% | - |
| HSV(B) | 73.04º | 0.23% | 0.78% | - |
| XYZ | 46.6 | 53.35 | 37.55 | - |
| YUV | 189.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 152 | 0.05 | 0 | 0.23 | 0.22 | 73.04 | 0.29 | 0.69 |
| Hex | BC | C6 | 98 | 5 | 0 | 17 | 16 | 49 | 1D | 45 |
| Octal | 274 | 306 | 230 | 5 | 0 | 27 | 26 | 111 | 35 | 105 |
| Binary | 10111100 | 11000110 | 10011000 | 101 | 0 | 10111 | 10110 | 1001001 | 11101 | 1000101 |
Color Harmonies of #BCC698
Complementary color
Monochromatic Colors of #BCC698
Black with #BCC698
Text Example
Text Example
White with #BCC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC698; }
p { color: rgb(188,198,152); }
H1.HeaderClassName
{
color: #BCC698;
}
.AnyTagClassName
{
color: #BCC698;
}
</style>
background-color css
<style>
a { background-color: #BCC698; }
a { background-color: rgb(188,198,152); }
div.DivClassName
{
background-color: #BCC698;
}
.BgClassName
{
background-color: #BCC698;
}
</style>
border-color css
<style>
span { border-color: #BCC698; }
span { border-color: rgb(188,198,152); }
td.TdClassName
{
border-color: #BCC698;
}
.TagClassName
{
border-color: #BCC698;
}
</style>