Shades of Green Mist #BCBD9A
Tints of Green Mist #BCBD9A
RGB
CMYK
RGB Variations
Color information
#BCBD9A (or 0xBCBD9A) is known color: Green Mist. HEX triplet: BC, BD and 9A. RGB value is (188,189,154). Sum of RGB (Red+Green+Blue) = 188+189+154=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD9A is #434265. Grayscale: #B8B8B8. Windows color (decimal): -4407910 or 10141116. OLE color: 10141116.
HSL color Cylindrical-coordinate representation of color #BCBD9A: hue angle of 61.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBD9A is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 154 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.26 |
| HSL | 61.71º | 0.21% | 0.67% | - |
| HSV(B) | 61.71º | 0.19% | 0.74% | - |
| XYZ | 44.77 | 49.42 | 37.75 | - |
| YUV | 184.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 154 | 0.01 | 0 | 0.19 | 0.26 | 61.71 | 0.21 | 0.67 |
| Hex | BC | BD | 9A | 1 | 0 | 13 | 1A | 3E | 15 | 43 |
| Octal | 274 | 275 | 232 | 1 | 0 | 23 | 32 | 76 | 25 | 103 |
| Binary | 10111100 | 10111101 | 10011010 | 1 | 0 | 10011 | 11010 | 111110 | 10101 | 1000011 |
Color Harmonies of #BCBD9A
Complementary color
Monochromatic Colors of #BCBD9A
Black with #BCBD9A
Text Example
Text Example
White with #BCBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD9A; }
p { color: rgb(188,189,154); }
H1.HeaderClassName
{
color: #BCBD9A;
}
.AnyTagClassName
{
color: #BCBD9A;
}
</style>
background-color css
<style>
a { background-color: #BCBD9A; }
a { background-color: rgb(188,189,154); }
div.DivClassName
{
background-color: #BCBD9A;
}
.BgClassName
{
background-color: #BCBD9A;
}
</style>
border-color css
<style>
span { border-color: #BCBD9A; }
span { border-color: rgb(188,189,154); }
td.TdClassName
{
border-color: #BCBD9A;
}
.TagClassName
{
border-color: #BCBD9A;
}
</style>