Shades of Green Mist #BDBF9F
Tints of Green Mist #BDBF9F
RGB
CMYK
RGB Variations
Color information
#BDBF9F (or 0xBDBF9F) is known color: Green Mist. HEX triplet: BD, BF and 9F. RGB value is (189,191,159). Sum of RGB (Red+Green+Blue) = 189+191+159=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF9F is #424060. Grayscale: #BABABA. Windows color (decimal): -4341857 or 10469309. OLE color: 10469309.
HSL color Cylindrical-coordinate representation of color #BDBF9F: hue angle of 63.75º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBF9F is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 191 | 159 | - |
CMYK | 0.01 | 0 | 0.17 | 0.25 |
HSL | 63.75º | 0.2% | 0.69% | - |
HSV(B) | 63.75º | 0.17% | 0.75% | - |
XYZ | 45.88 | 50.58 | 40.15 | - |
YUV | 186.75 | 112.34 | 129.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 159 | 0.01 | 0 | 0.17 | 0.25 | 63.75 | 0.2 | 0.69 |
Hex | BD | BF | 9F | 1 | 0 | 11 | 19 | 40 | 14 | 45 |
Octal | 275 | 277 | 237 | 1 | 0 | 21 | 31 | 100 | 24 | 105 |
Binary | 10111101 | 10111111 | 10011111 | 1 | 0 | 10001 | 11001 | 1000000 | 10100 | 1000101 |
Color Harmonies of #BDBF9F
Complementary color
Monochromatic Colors of #BDBF9F
Black with #BDBF9F
Text Example
Text Example
White with #BDBF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBF9F; }
p { color: rgb(189,191,159); }
H1.HeaderClassName
{
color: #BDBF9F;
}
.AnyTagClassName
{
color: #BDBF9F;
}
</style>
background-color css
<style>
a { background-color: #BDBF9F; }
a { background-color: rgb(189,191,159); }
div.DivClassName
{
background-color: #BDBF9F;
}
.BgClassName
{
background-color: #BDBF9F;
}
</style>
border-color css
<style>
span { border-color: #BDBF9F; }
span { border-color: rgb(189,191,159); }
td.TdClassName
{
border-color: #BDBF9F;
}
.TagClassName
{
border-color: #BDBF9F;
}
</style>