Shades of Green Mist #BCC699
Tints of Green Mist #BCC699
RGB
CMYK
RGB Variations
Color information
#BCC699 (or 0xBCC699) is known color: Green Mist. HEX triplet: BC, C6 and 99. RGB value is (188,198,153). Sum of RGB (Red+Green+Blue) = 188+198+153=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC699 is #433966. Grayscale: #BEBEBE. Windows color (decimal): -4405607 or 10077884. OLE color: 10077884.
HSL color Cylindrical-coordinate representation of color #BCC699: hue angle of 73.33º degrees, saturation: 0.28, 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 #BCC699 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 153 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.22 |
| HSL | 73.33º | 0.28% | 0.69% | - |
| HSV(B) | 73.33º | 0.23% | 0.78% | - |
| XYZ | 46.68 | 53.38 | 37.98 | - |
| YUV | 189.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 153 | 0.05 | 0 | 0.23 | 0.22 | 73.33 | 0.28 | 0.69 |
| Hex | BC | C6 | 99 | 5 | 0 | 17 | 16 | 49 | 1C | 45 |
| Octal | 274 | 306 | 231 | 5 | 0 | 27 | 26 | 111 | 34 | 105 |
| Binary | 10111100 | 11000110 | 10011001 | 101 | 0 | 10111 | 10110 | 1001001 | 11100 | 1000101 |
Color Harmonies of #BCC699
Complementary color
Monochromatic Colors of #BCC699
Black with #BCC699
Text Example
Text Example
White with #BCC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC699; }
p { color: rgb(188,198,153); }
H1.HeaderClassName
{
color: #BCC699;
}
.AnyTagClassName
{
color: #BCC699;
}
</style>
background-color css
<style>
a { background-color: #BCC699; }
a { background-color: rgb(188,198,153); }
div.DivClassName
{
background-color: #BCC699;
}
.BgClassName
{
background-color: #BCC699;
}
</style>
border-color css
<style>
span { border-color: #BCC699; }
span { border-color: rgb(188,198,153); }
td.TdClassName
{
border-color: #BCC699;
}
.TagClassName
{
border-color: #BCC699;
}
</style>