Shades of Green Mist #BDC092
Tints of Green Mist #BDC092
RGB
CMYK
RGB Variations
Color information
#BDC092 (or 0xBDC092) is known color: Green Mist. HEX triplet: BD, C0 and 92. RGB value is (189,192,146). Sum of RGB (Red+Green+Blue) = 189+192+146=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC092 is #423F6D. Grayscale: #BABABA. Windows color (decimal): -4341614 or 9617597. OLE color: 9617597.
HSL color Cylindrical-coordinate representation of color #BDC092: hue angle of 63.91º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC092 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 146 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.25 |
| HSL | 63.91º | 0.27% | 0.66% | - |
| HSV(B) | 63.91º | 0.24% | 0.75% | - |
| XYZ | 45.02 | 50.59 | 34.59 | - |
| YUV | 185.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 146 | 0.02 | 0 | 0.24 | 0.25 | 63.91 | 0.27 | 0.66 |
| Hex | BD | C0 | 92 | 2 | 0 | 18 | 19 | 40 | 1B | 42 |
| Octal | 275 | 300 | 222 | 2 | 0 | 30 | 31 | 100 | 33 | 102 |
| Binary | 10111101 | 11000000 | 10010010 | 10 | 0 | 11000 | 11001 | 1000000 | 11011 | 1000010 |
Color Harmonies of #BDC092
Complementary color
Monochromatic Colors of #BDC092
Black with #BDC092
Text Example
Text Example
White with #BDC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC092; }
p { color: rgb(189,192,146); }
H1.HeaderClassName
{
color: #BDC092;
}
.AnyTagClassName
{
color: #BDC092;
}
</style>
background-color css
<style>
a { background-color: #BDC092; }
a { background-color: rgb(189,192,146); }
div.DivClassName
{
background-color: #BDC092;
}
.BgClassName
{
background-color: #BDC092;
}
</style>
border-color css
<style>
span { border-color: #BDC092; }
span { border-color: rgb(189,192,146); }
td.TdClassName
{
border-color: #BDC092;
}
.TagClassName
{
border-color: #BDC092;
}
</style>