Shades of Green Mist #BDBD92
Tints of Green Mist #BDBD92
RGB
CMYK
RGB Variations
Color information
#BDBD92 (or 0xBDBD92) is known color: Green Mist. HEX triplet: BD, BD and 92. RGB value is (189,189,146). Sum of RGB (Red+Green+Blue) = 189+189+146=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD92 is #42426D. Grayscale: #B8B8B8. Windows color (decimal): -4342382 or 9616829. OLE color: 9616829.
HSL color Cylindrical-coordinate representation of color #BDBD92: hue angle of 60º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDBD92 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 146 | - |
| CMYK | 0 | 0 | 0.23 | 0.26 |
| HSL | 60º | 0.25% | 0.66% | - |
| HSV(B) | 60º | 0.23% | 0.74% | - |
| XYZ | 44.37 | 49.29 | 34.37 | - |
| YUV | 184.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 146 | 0 | 0 | 0.23 | 0.26 | 60 | 0.25 | 0.66 |
| Hex | BD | BD | 92 | 0 | 0 | 17 | 1A | 3C | 19 | 42 |
| Octal | 275 | 275 | 222 | 0 | 0 | 27 | 32 | 74 | 31 | 102 |
| Binary | 10111101 | 10111101 | 10010010 | 0 | 0 | 10111 | 11010 | 111100 | 11001 | 1000010 |
Color Harmonies of #BDBD92
Complementary color
Monochromatic Colors of #BDBD92
Black with #BDBD92
Text Example
Text Example
White with #BDBD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD92; }
p { color: rgb(189,189,146); }
H1.HeaderClassName
{
color: #BDBD92;
}
.AnyTagClassName
{
color: #BDBD92;
}
</style>
background-color css
<style>
a { background-color: #BDBD92; }
a { background-color: rgb(189,189,146); }
div.DivClassName
{
background-color: #BDBD92;
}
.BgClassName
{
background-color: #BDBD92;
}
</style>
border-color css
<style>
span { border-color: #BDBD92; }
span { border-color: rgb(189,189,146); }
td.TdClassName
{
border-color: #BDBD92;
}
.TagClassName
{
border-color: #BDBD92;
}
</style>