Shades of Green Mist #BDBF8D
Tints of Green Mist #BDBF8D
RGB
CMYK
RGB Variations
Color information
#BDBF8D (or 0xBDBF8D) is known color: Green Mist. HEX triplet: BD, BF and 8D. RGB value is (189,191,141). Sum of RGB (Red+Green+Blue) = 189+191+141=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF8D is #424072. Grayscale: #B8B8B8. Windows color (decimal): -4341875 or 9289661. OLE color: 9289661.
HSL color Cylindrical-coordinate representation of color #BDBF8D: hue angle of 62.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDBF8D is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 141 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.25 |
| HSL | 62.4º | 0.28% | 0.65% | - |
| HSV(B) | 62.4º | 0.26% | 0.75% | - |
| XYZ | 44.42 | 50 | 32.51 | - |
| YUV | 184.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 141 | 0.01 | 0 | 0.26 | 0.25 | 62.4 | 0.28 | 0.65 |
| Hex | BD | BF | 8D | 1 | 0 | 1A | 19 | 3E | 1C | 41 |
| Octal | 275 | 277 | 215 | 1 | 0 | 32 | 31 | 76 | 34 | 101 |
| Binary | 10111101 | 10111111 | 10001101 | 1 | 0 | 11010 | 11001 | 111110 | 11100 | 1000001 |
Color Harmonies of #BDBF8D
Complementary color
Monochromatic Colors of #BDBF8D
Black with #BDBF8D
Text Example
Text Example
White with #BDBF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBF8D; }
p { color: rgb(189,191,141); }
H1.HeaderClassName
{
color: #BDBF8D;
}
.AnyTagClassName
{
color: #BDBF8D;
}
</style>
background-color css
<style>
a { background-color: #BDBF8D; }
a { background-color: rgb(189,191,141); }
div.DivClassName
{
background-color: #BDBF8D;
}
.BgClassName
{
background-color: #BDBF8D;
}
</style>
border-color css
<style>
span { border-color: #BDBF8D; }
span { border-color: rgb(189,191,141); }
td.TdClassName
{
border-color: #BDBF8D;
}
.TagClassName
{
border-color: #BDBF8D;
}
</style>