Shades of Green Mist #BDC792
Tints of Green Mist #BDC792
RGB
CMYK
RGB Variations
Color information
#BDC792 (or 0xBDC792) is known color: Green Mist. HEX triplet: BD, C7 and 92. RGB value is (189,199,146). Sum of RGB (Red+Green+Blue) = 189+199+146=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC792 is #42386D. Grayscale: #BEBEBE. Windows color (decimal): -4339822 or 9619389. OLE color: 9619389.
HSL color Cylindrical-coordinate representation of color #BDC792: hue angle of 71.32º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDC792 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 146 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.22 |
| HSL | 71.32º | 0.32% | 0.68% | - |
| HSV(B) | 71.32º | 0.27% | 0.78% | - |
| XYZ | 46.6 | 53.74 | 35.11 | - |
| YUV | 189.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 146 | 0.05 | 0 | 0.27 | 0.22 | 71.32 | 0.32 | 0.68 |
| Hex | BD | C7 | 92 | 5 | 0 | 1B | 16 | 47 | 20 | 44 |
| Octal | 275 | 307 | 222 | 5 | 0 | 33 | 26 | 107 | 40 | 104 |
| Binary | 10111101 | 11000111 | 10010010 | 101 | 0 | 11011 | 10110 | 1000111 | 100000 | 1000100 |
Color Harmonies of #BDC792
Complementary color
Monochromatic Colors of #BDC792
Black with #BDC792
Text Example
Text Example
White with #BDC792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC792; }
p { color: rgb(189,199,146); }
H1.HeaderClassName
{
color: #BDC792;
}
.AnyTagClassName
{
color: #BDC792;
}
</style>
background-color css
<style>
a { background-color: #BDC792; }
a { background-color: rgb(189,199,146); }
div.DivClassName
{
background-color: #BDC792;
}
.BgClassName
{
background-color: #BDC792;
}
</style>
border-color css
<style>
span { border-color: #BDC792; }
span { border-color: rgb(189,199,146); }
td.TdClassName
{
border-color: #BDC792;
}
.TagClassName
{
border-color: #BDC792;
}
</style>