Shades of Green Mist #BCC298
Tints of Green Mist #BCC298
RGB
CMYK
RGB Variations
Color information
#BCC298 (or 0xBCC298) is known color: Green Mist. HEX triplet: BC, C2 and 98. RGB value is (188,194,152). Sum of RGB (Red+Green+Blue) = 188+194+152=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC298 is #433D67. Grayscale: #BBBBBB. Windows color (decimal): -4406632 or 10011324. OLE color: 10011324.
HSL color Cylindrical-coordinate representation of color #BCC298: hue angle of 68.57º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC298 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 152 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.24 |
| HSL | 68.57º | 0.26% | 0.68% | - |
| HSV(B) | 68.57º | 0.22% | 0.76% | - |
| XYZ | 45.7 | 51.54 | 37.25 | - |
| YUV | 187.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 152 | 0.03 | 0 | 0.22 | 0.24 | 68.57 | 0.26 | 0.68 |
| Hex | BC | C2 | 98 | 3 | 0 | 16 | 18 | 45 | 1A | 44 |
| Octal | 274 | 302 | 230 | 3 | 0 | 26 | 30 | 105 | 32 | 104 |
| Binary | 10111100 | 11000010 | 10011000 | 11 | 0 | 10110 | 11000 | 1000101 | 11010 | 1000100 |
Color Harmonies of #BCC298
Complementary color
Monochromatic Colors of #BCC298
Black with #BCC298
Text Example
Text Example
White with #BCC298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC298; }
p { color: rgb(188,194,152); }
H1.HeaderClassName
{
color: #BCC298;
}
.AnyTagClassName
{
color: #BCC298;
}
</style>
background-color css
<style>
a { background-color: #BCC298; }
a { background-color: rgb(188,194,152); }
div.DivClassName
{
background-color: #BCC298;
}
.BgClassName
{
background-color: #BCC298;
}
</style>
border-color css
<style>
span { border-color: #BCC298; }
span { border-color: rgb(188,194,152); }
td.TdClassName
{
border-color: #BCC298;
}
.TagClassName
{
border-color: #BCC298;
}
</style>