Shades of Green Mist #BCBD98
Tints of Green Mist #BCBD98
RGB
CMYK
RGB Variations
Color information
#BCBD98 (or 0xBCBD98) is known color: Green Mist. HEX triplet: BC, BD and 98. RGB value is (188,189,152). Sum of RGB (Red+Green+Blue) = 188+189+152=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD98 is #434267. Grayscale: #B8B8B8. Windows color (decimal): -4407912 or 10010044. OLE color: 10010044.
HSL color Cylindrical-coordinate representation of color #BCBD98: hue angle of 61.62º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBD98 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 152 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.26 |
| HSL | 61.62º | 0.22% | 0.67% | - |
| HSV(B) | 61.62º | 0.2% | 0.74% | - |
| XYZ | 44.6 | 49.35 | 36.88 | - |
| YUV | 184.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 152 | 0.01 | 0 | 0.20 | 0.26 | 61.62 | 0.22 | 0.67 |
| Hex | BC | BD | 98 | 1 | 0 | 14 | 1A | 3E | 16 | 43 |
| Octal | 274 | 275 | 230 | 1 | 0 | 24 | 32 | 76 | 26 | 103 |
| Binary | 10111100 | 10111101 | 10011000 | 1 | 0 | 10100 | 11010 | 111110 | 10110 | 1000011 |
Color Harmonies of #BCBD98
Complementary color
Monochromatic Colors of #BCBD98
Black with #BCBD98
Text Example
Text Example
White with #BCBD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD98; }
p { color: rgb(188,189,152); }
H1.HeaderClassName
{
color: #BCBD98;
}
.AnyTagClassName
{
color: #BCBD98;
}
</style>
background-color css
<style>
a { background-color: #BCBD98; }
a { background-color: rgb(188,189,152); }
div.DivClassName
{
background-color: #BCBD98;
}
.BgClassName
{
background-color: #BCBD98;
}
</style>
border-color css
<style>
span { border-color: #BCBD98; }
span { border-color: rgb(188,189,152); }
td.TdClassName
{
border-color: #BCBD98;
}
.TagClassName
{
border-color: #BCBD98;
}
</style>