Shades of Green Mist #BCBF9A
Tints of Green Mist #BCBF9A
RGB
CMYK
RGB Variations
Color information
#BCBF9A (or 0xBCBF9A) is known color: Green Mist. HEX triplet: BC, BF and 9A. RGB value is (188,191,154). Sum of RGB (Red+Green+Blue) = 188+191+154=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF9A is #434065. Grayscale: #BABABA. Windows color (decimal): -4407398 or 10141628. OLE color: 10141628.
HSL color Cylindrical-coordinate representation of color #BCBF9A: hue angle of 64.86º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBF9A is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 154 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.25 |
| HSL | 64.86º | 0.22% | 0.68% | - |
| HSV(B) | 64.86º | 0.19% | 0.75% | - |
| XYZ | 45.2 | 50.29 | 37.9 | - |
| YUV | 185.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 154 | 0.02 | 0 | 0.19 | 0.25 | 64.86 | 0.22 | 0.68 |
| Hex | BC | BF | 9A | 2 | 0 | 13 | 19 | 41 | 16 | 44 |
| Octal | 274 | 277 | 232 | 2 | 0 | 23 | 31 | 101 | 26 | 104 |
| Binary | 10111100 | 10111111 | 10011010 | 10 | 0 | 10011 | 11001 | 1000001 | 10110 | 1000100 |
Color Harmonies of #BCBF9A
Complementary color
Monochromatic Colors of #BCBF9A
Black with #BCBF9A
Text Example
Text Example
White with #BCBF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF9A; }
p { color: rgb(188,191,154); }
H1.HeaderClassName
{
color: #BCBF9A;
}
.AnyTagClassName
{
color: #BCBF9A;
}
</style>
background-color css
<style>
a { background-color: #BCBF9A; }
a { background-color: rgb(188,191,154); }
div.DivClassName
{
background-color: #BCBF9A;
}
.BgClassName
{
background-color: #BCBF9A;
}
</style>
border-color css
<style>
span { border-color: #BCBF9A; }
span { border-color: rgb(188,191,154); }
td.TdClassName
{
border-color: #BCBF9A;
}
.TagClassName
{
border-color: #BCBF9A;
}
</style>