Shades of Green Mist #BCC98E
Tints of Green Mist #BCC98E
RGB
CMYK
RGB Variations
Color information
#BCC98E (or 0xBCC98E) is known color: Green Mist. HEX triplet: BC, C9 and 8E. RGB value is (188,201,142). Sum of RGB (Red+Green+Blue) = 188+201+142=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC98E is #433671. Grayscale: #BEBEBE. Windows color (decimal): -4404850 or 9357756. OLE color: 9357756.
HSL color Cylindrical-coordinate representation of color #BCC98E: hue angle of 73.22º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCC98E is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 142 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.21 |
| HSL | 73.22º | 0.35% | 0.67% | - |
| HSV(B) | 73.22º | 0.29% | 0.79% | - |
| XYZ | 46.51 | 54.42 | 33.64 | - |
| YUV | 190.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 142 | 0.06 | 0 | 0.29 | 0.21 | 73.22 | 0.35 | 0.67 |
| Hex | BC | C9 | 8E | 6 | 0 | 1D | 15 | 49 | 23 | 43 |
| Octal | 274 | 311 | 216 | 6 | 0 | 35 | 25 | 111 | 43 | 103 |
| Binary | 10111100 | 11001001 | 10001110 | 110 | 0 | 11101 | 10101 | 1001001 | 100011 | 1000011 |
Color Harmonies of #BCC98E
Complementary color
Monochromatic Colors of #BCC98E
Black with #BCC98E
Text Example
Text Example
White with #BCC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC98E; }
p { color: rgb(188,201,142); }
H1.HeaderClassName
{
color: #BCC98E;
}
.AnyTagClassName
{
color: #BCC98E;
}
</style>
background-color css
<style>
a { background-color: #BCC98E; }
a { background-color: rgb(188,201,142); }
div.DivClassName
{
background-color: #BCC98E;
}
.BgClassName
{
background-color: #BCC98E;
}
</style>
border-color css
<style>
span { border-color: #BCC98E; }
span { border-color: rgb(188,201,142); }
td.TdClassName
{
border-color: #BCC98E;
}
.TagClassName
{
border-color: #BCC98E;
}
</style>