Shades of Green Mist #BDC79A
Tints of Green Mist #BDC79A
RGB
CMYK
RGB Variations
Color information
#BDC79A (or 0xBDC79A) is known color: Green Mist. HEX triplet: BD, C7 and 9A. RGB value is (189,199,154). Sum of RGB (Red+Green+Blue) = 189+199+154=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC79A is #423865. Grayscale: #BFBFBF. Windows color (decimal): -4339814 or 10143677. OLE color: 10143677.
HSL color Cylindrical-coordinate representation of color #BDC79A: hue angle of 73.33º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC79A is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 154 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.22 |
| HSL | 73.33º | 0.29% | 0.69% | - |
| HSV(B) | 73.33º | 0.23% | 0.78% | - |
| XYZ | 47.24 | 54 | 38.5 | - |
| YUV | 190.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 154 | 0.05 | 0 | 0.23 | 0.22 | 73.33 | 0.29 | 0.69 |
| Hex | BD | C7 | 9A | 5 | 0 | 17 | 16 | 49 | 1D | 45 |
| Octal | 275 | 307 | 232 | 5 | 0 | 27 | 26 | 111 | 35 | 105 |
| Binary | 10111101 | 11000111 | 10011010 | 101 | 0 | 10111 | 10110 | 1001001 | 11101 | 1000101 |
Color Harmonies of #BDC79A
Complementary color
Monochromatic Colors of #BDC79A
Black with #BDC79A
Text Example
Text Example
White with #BDC79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC79A; }
p { color: rgb(189,199,154); }
H1.HeaderClassName
{
color: #BDC79A;
}
.AnyTagClassName
{
color: #BDC79A;
}
</style>
background-color css
<style>
a { background-color: #BDC79A; }
a { background-color: rgb(189,199,154); }
div.DivClassName
{
background-color: #BDC79A;
}
.BgClassName
{
background-color: #BDC79A;
}
</style>
border-color css
<style>
span { border-color: #BDC79A; }
span { border-color: rgb(189,199,154); }
td.TdClassName
{
border-color: #BDC79A;
}
.TagClassName
{
border-color: #BDC79A;
}
</style>