Shades of Green Mist #BCC88E
Tints of Green Mist #BCC88E
RGB
CMYK
RGB Variations
Color information
#BCC88E (or 0xBCC88E) is known color: Green Mist. HEX triplet: BC, C8 and 8E. RGB value is (188,200,142). Sum of RGB (Red+Green+Blue) = 188+200+142=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC88E is #433771. Grayscale: #BEBEBE. Windows color (decimal): -4405106 or 9357500. OLE color: 9357500.
HSL color Cylindrical-coordinate representation of color #BCC88E: hue angle of 72.41º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCC88E is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 142 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.22 |
| HSL | 72.41º | 0.35% | 0.67% | - |
| HSV(B) | 72.41º | 0.29% | 0.78% | - |
| XYZ | 46.28 | 53.95 | 33.57 | - |
| YUV | 189.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 142 | 0.06 | 0 | 0.29 | 0.22 | 72.41 | 0.35 | 0.67 |
| Hex | BC | C8 | 8E | 6 | 0 | 1D | 16 | 48 | 23 | 43 |
| Octal | 274 | 310 | 216 | 6 | 0 | 35 | 26 | 110 | 43 | 103 |
| Binary | 10111100 | 11001000 | 10001110 | 110 | 0 | 11101 | 10110 | 1001000 | 100011 | 1000011 |
Color Harmonies of #BCC88E
Complementary color
Monochromatic Colors of #BCC88E
Black with #BCC88E
Text Example
Text Example
White with #BCC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC88E; }
p { color: rgb(188,200,142); }
H1.HeaderClassName
{
color: #BCC88E;
}
.AnyTagClassName
{
color: #BCC88E;
}
</style>
background-color css
<style>
a { background-color: #BCC88E; }
a { background-color: rgb(188,200,142); }
div.DivClassName
{
background-color: #BCC88E;
}
.BgClassName
{
background-color: #BCC88E;
}
</style>
border-color css
<style>
span { border-color: #BCC88E; }
span { border-color: rgb(188,200,142); }
td.TdClassName
{
border-color: #BCC88E;
}
.TagClassName
{
border-color: #BCC88E;
}
</style>