Shades of Green Mist #BDBC99
Tints of Green Mist #BDBC99
RGB
CMYK
RGB Variations
Color information
#BDBC99 (or 0xBDBC99) is known color: Green Mist. HEX triplet: BD, BC and 99. RGB value is (189,188,153). Sum of RGB (Red+Green+Blue) = 189+188+153=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC99 is #424366. Grayscale: #B8B8B8. Windows color (decimal): -4342631 or 10075325. OLE color: 10075325.
HSL color Cylindrical-coordinate representation of color #BDBC99: hue angle of 58.33º 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 #BDBC99 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 153 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.26 |
| HSL | 58.33º | 0.21% | 0.67% | - |
| HSV(B) | 58.33º | 0.19% | 0.74% | - |
| XYZ | 44.72 | 49.09 | 37.25 | - |
| YUV | 184.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 153 | 0 | 0.01 | 0.19 | 0.26 | 58.33 | 0.21 | 0.67 |
| Hex | BD | BC | 99 | 0 | 1 | 13 | 1A | 3A | 15 | 43 |
| Octal | 275 | 274 | 231 | 0 | 1 | 23 | 32 | 72 | 25 | 103 |
| Binary | 10111101 | 10111100 | 10011001 | 0 | 1 | 10011 | 11010 | 111010 | 10101 | 1000011 |
Color Harmonies of #BDBC99
Complementary color
Monochromatic Colors of #BDBC99
Black with #BDBC99
Text Example
Text Example
White with #BDBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC99; }
p { color: rgb(189,188,153); }
H1.HeaderClassName
{
color: #BDBC99;
}
.AnyTagClassName
{
color: #BDBC99;
}
</style>
background-color css
<style>
a { background-color: #BDBC99; }
a { background-color: rgb(189,188,153); }
div.DivClassName
{
background-color: #BDBC99;
}
.BgClassName
{
background-color: #BDBC99;
}
</style>
border-color css
<style>
span { border-color: #BDBC99; }
span { border-color: rgb(189,188,153); }
td.TdClassName
{
border-color: #BDBC99;
}
.TagClassName
{
border-color: #BDBC99;
}
</style>