Shades of Green Mist #BDBD9D
Tints of Green Mist #BDBD9D
RGB
CMYK
RGB Variations
Color information
#BDBD9D (or 0xBDBD9D) is known color: Green Mist. HEX triplet: BD, BD and 9D. RGB value is (189,189,157). Sum of RGB (Red+Green+Blue) = 189+189+157=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD9D is #424262. Grayscale: #B9B9B9. Windows color (decimal): -4342371 or 10337725. OLE color: 10337725.
HSL color Cylindrical-coordinate representation of color #BDBD9D: hue angle of 60º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBD9D is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 189 | 157 | - |
CMYK | 0 | 0 | 0.17 | 0.26 |
HSL | 60º | 0.2% | 0.68% | - |
HSV(B) | 60º | 0.17% | 0.74% | - |
XYZ | 45.27 | 49.65 | 39.1 | - |
YUV | 185.35 | 112 | 130.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 157 | 0 | 0 | 0.17 | 0.26 | 60 | 0.2 | 0.68 |
Hex | BD | BD | 9D | 0 | 0 | 11 | 1A | 3C | 14 | 44 |
Octal | 275 | 275 | 235 | 0 | 0 | 21 | 32 | 74 | 24 | 104 |
Binary | 10111101 | 10111101 | 10011101 | 0 | 0 | 10001 | 11010 | 111100 | 10100 | 1000100 |
Color Harmonies of #BDBD9D
Complementary color
Monochromatic Colors of #BDBD9D
Black with #BDBD9D
Text Example
Text Example
White with #BDBD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD9D; }
p { color: rgb(189,189,157); }
H1.HeaderClassName
{
color: #BDBD9D;
}
.AnyTagClassName
{
color: #BDBD9D;
}
</style>
background-color css
<style>
a { background-color: #BDBD9D; }
a { background-color: rgb(189,189,157); }
div.DivClassName
{
background-color: #BDBD9D;
}
.BgClassName
{
background-color: #BDBD9D;
}
</style>
border-color css
<style>
span { border-color: #BDBD9D; }
span { border-color: rgb(189,189,157); }
td.TdClassName
{
border-color: #BDBD9D;
}
.TagClassName
{
border-color: #BDBD9D;
}
</style>