Shades of Green Mist #BDC69D
Tints of Green Mist #BDC69D
RGB
CMYK
RGB Variations
Color information
#BDC69D (or 0xBDC69D) is known color: Green Mist. HEX triplet: BD, C6 and 9D. RGB value is (189,198,157). Sum of RGB (Red+Green+Blue) = 189+198+157=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC69D is #423962. Grayscale: #BEBEBE. Windows color (decimal): -4340067 or 10340029. OLE color: 10340029.
HSL color Cylindrical-coordinate representation of color #BDC69D: hue angle of 73.17º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC69D is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 157 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.22 |
| HSL | 73.17º | 0.26% | 0.7% | - |
| HSV(B) | 73.17º | 0.21% | 0.78% | - |
| XYZ | 47.27 | 53.64 | 39.76 | - |
| YUV | 190.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 157 | 0.05 | 0 | 0.21 | 0.22 | 73.17 | 0.26 | 0.7 |
| Hex | BD | C6 | 9D | 5 | 0 | 15 | 16 | 49 | 1A | 46 |
| Octal | 275 | 306 | 235 | 5 | 0 | 25 | 26 | 111 | 32 | 106 |
| Binary | 10111101 | 11000110 | 10011101 | 101 | 0 | 10101 | 10110 | 1001001 | 11010 | 1000110 |
Color Harmonies of #BDC69D
Complementary color
Monochromatic Colors of #BDC69D
Black with #BDC69D
Text Example
Text Example
White with #BDC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC69D; }
p { color: rgb(189,198,157); }
H1.HeaderClassName
{
color: #BDC69D;
}
.AnyTagClassName
{
color: #BDC69D;
}
</style>
background-color css
<style>
a { background-color: #BDC69D; }
a { background-color: rgb(189,198,157); }
div.DivClassName
{
background-color: #BDC69D;
}
.BgClassName
{
background-color: #BDC69D;
}
</style>
border-color css
<style>
span { border-color: #BDC69D; }
span { border-color: rgb(189,198,157); }
td.TdClassName
{
border-color: #BDC69D;
}
.TagClassName
{
border-color: #BDC69D;
}
</style>