Shades of Green Mist #BCC68F
Tints of Green Mist #BCC68F
RGB
CMYK
RGB Variations
Color information
#BCC68F (or 0xBCC68F) is known color: Green Mist. HEX triplet: BC, C6 and 8F. RGB value is (188,198,143). Sum of RGB (Red+Green+Blue) = 188+198+143=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC68F is #433970. Grayscale: #BCBCBC. Windows color (decimal): -4405617 or 9422524. OLE color: 9422524.
HSL color Cylindrical-coordinate representation of color #BCC68F: hue angle of 70.91º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCC68F is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 143 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.22 |
| HSL | 70.91º | 0.33% | 0.67% | - |
| HSV(B) | 70.91º | 0.28% | 0.78% | - |
| XYZ | 45.89 | 53.06 | 33.81 | - |
| YUV | 188.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 143 | 0.05 | 0 | 0.28 | 0.22 | 70.91 | 0.33 | 0.67 |
| Hex | BC | C6 | 8F | 5 | 0 | 1C | 16 | 47 | 21 | 43 |
| Octal | 274 | 306 | 217 | 5 | 0 | 34 | 26 | 107 | 41 | 103 |
| Binary | 10111100 | 11000110 | 10001111 | 101 | 0 | 11100 | 10110 | 1000111 | 100001 | 1000011 |
Color Harmonies of #BCC68F
Complementary color
Monochromatic Colors of #BCC68F
Black with #BCC68F
Text Example
Text Example
White with #BCC68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC68F; }
p { color: rgb(188,198,143); }
H1.HeaderClassName
{
color: #BCC68F;
}
.AnyTagClassName
{
color: #BCC68F;
}
</style>
background-color css
<style>
a { background-color: #BCC68F; }
a { background-color: rgb(188,198,143); }
div.DivClassName
{
background-color: #BCC68F;
}
.BgClassName
{
background-color: #BCC68F;
}
</style>
border-color css
<style>
span { border-color: #BCC68F; }
span { border-color: rgb(188,198,143); }
td.TdClassName
{
border-color: #BCC68F;
}
.TagClassName
{
border-color: #BCC68F;
}
</style>