Shades of Green Mist #BCC497
Tints of Green Mist #BCC497
RGB
CMYK
RGB Variations
Color information
#BCC497 (or 0xBCC497) is known color: Green Mist. HEX triplet: BC, C4 and 97. RGB value is (188,196,151). Sum of RGB (Red+Green+Blue) = 188+196+151=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC497 is #433B68. Grayscale: #BCBCBC. Windows color (decimal): -4406121 or 9946300. OLE color: 9946300.
HSL color Cylindrical-coordinate representation of color #BCC497: hue angle of 70.67º 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 #BCC497 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 151 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.23 |
| HSL | 70.67º | 0.28% | 0.68% | - |
| HSV(B) | 70.67º | 0.23% | 0.77% | - |
| XYZ | 46.06 | 52.41 | 36.97 | - |
| YUV | 188.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 151 | 0.04 | 0 | 0.23 | 0.23 | 70.67 | 0.28 | 0.68 |
| Hex | BC | C4 | 97 | 4 | 0 | 17 | 17 | 47 | 1C | 44 |
| Octal | 274 | 304 | 227 | 4 | 0 | 27 | 27 | 107 | 34 | 104 |
| Binary | 10111100 | 11000100 | 10010111 | 100 | 0 | 10111 | 10111 | 1000111 | 11100 | 1000100 |
Color Harmonies of #BCC497
Complementary color
Monochromatic Colors of #BCC497
Black with #BCC497
Text Example
Text Example
White with #BCC497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC497; }
p { color: rgb(188,196,151); }
H1.HeaderClassName
{
color: #BCC497;
}
.AnyTagClassName
{
color: #BCC497;
}
</style>
background-color css
<style>
a { background-color: #BCC497; }
a { background-color: rgb(188,196,151); }
div.DivClassName
{
background-color: #BCC497;
}
.BgClassName
{
background-color: #BCC497;
}
</style>
border-color css
<style>
span { border-color: #BCC497; }
span { border-color: rgb(188,196,151); }
td.TdClassName
{
border-color: #BCC497;
}
.TagClassName
{
border-color: #BCC497;
}
</style>