Shades of Green Mist #BCC397
Tints of Green Mist #BCC397
RGB
CMYK
RGB Variations
Color information
#BCC397 (or 0xBCC397) is known color: Green Mist. HEX triplet: BC, C3 and 97. RGB value is (188,195,151). Sum of RGB (Red+Green+Blue) = 188+195+151=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC397 is #433C68. Grayscale: #BCBCBC. Windows color (decimal): -4406377 or 9946044. OLE color: 9946044.
HSL color Cylindrical-coordinate representation of color #BCC397: hue angle of 69.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC397 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 151 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.24 |
| HSL | 69.55º | 0.27% | 0.68% | - |
| HSV(B) | 69.55º | 0.23% | 0.76% | - |
| XYZ | 45.84 | 51.96 | 36.89 | - |
| YUV | 187.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 151 | 0.04 | 0 | 0.23 | 0.24 | 69.55 | 0.27 | 0.68 |
| Hex | BC | C3 | 97 | 4 | 0 | 17 | 18 | 46 | 1B | 44 |
| Octal | 274 | 303 | 227 | 4 | 0 | 27 | 30 | 106 | 33 | 104 |
| Binary | 10111100 | 11000011 | 10010111 | 100 | 0 | 10111 | 11000 | 1000110 | 11011 | 1000100 |
Color Harmonies of #BCC397
Complementary color
Monochromatic Colors of #BCC397
Black with #BCC397
Text Example
Text Example
White with #BCC397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC397; }
p { color: rgb(188,195,151); }
H1.HeaderClassName
{
color: #BCC397;
}
.AnyTagClassName
{
color: #BCC397;
}
</style>
background-color css
<style>
a { background-color: #BCC397; }
a { background-color: rgb(188,195,151); }
div.DivClassName
{
background-color: #BCC397;
}
.BgClassName
{
background-color: #BCC397;
}
</style>
border-color css
<style>
span { border-color: #BCC397; }
span { border-color: rgb(188,195,151); }
td.TdClassName
{
border-color: #BCC397;
}
.TagClassName
{
border-color: #BCC397;
}
</style>