Shades of Green Mist #BCC499
Tints of Green Mist #BCC499
RGB
CMYK
RGB Variations
Color information
#BCC499 (or 0xBCC499) is known color: Green Mist. HEX triplet: BC, C4 and 99. RGB value is (188,196,153). Sum of RGB (Red+Green+Blue) = 188+196+153=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC499 is #433B66. Grayscale: #BCBCBC. Windows color (decimal): -4406119 or 10077372. OLE color: 10077372.
HSL color Cylindrical-coordinate representation of color #BCC499: hue angle of 71.16º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC499 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 153 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.23 |
| HSL | 71.16º | 0.27% | 0.68% | - |
| HSV(B) | 71.16º | 0.22% | 0.77% | - |
| XYZ | 46.23 | 52.47 | 37.83 | - |
| YUV | 188.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 153 | 0.04 | 0 | 0.22 | 0.23 | 71.16 | 0.27 | 0.68 |
| Hex | BC | C4 | 99 | 4 | 0 | 16 | 17 | 47 | 1B | 44 |
| Octal | 274 | 304 | 231 | 4 | 0 | 26 | 27 | 107 | 33 | 104 |
| Binary | 10111100 | 11000100 | 10011001 | 100 | 0 | 10110 | 10111 | 1000111 | 11011 | 1000100 |
Color Harmonies of #BCC499
Complementary color
Monochromatic Colors of #BCC499
Black with #BCC499
Text Example
Text Example
White with #BCC499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC499; }
p { color: rgb(188,196,153); }
H1.HeaderClassName
{
color: #BCC499;
}
.AnyTagClassName
{
color: #BCC499;
}
</style>
background-color css
<style>
a { background-color: #BCC499; }
a { background-color: rgb(188,196,153); }
div.DivClassName
{
background-color: #BCC499;
}
.BgClassName
{
background-color: #BCC499;
}
</style>
border-color css
<style>
span { border-color: #BCC499; }
span { border-color: rgb(188,196,153); }
td.TdClassName
{
border-color: #BCC499;
}
.TagClassName
{
border-color: #BCC499;
}
</style>