Shades of Green Mist #BDC699
Tints of Green Mist #BDC699
RGB
CMYK
RGB Variations
Color information
#BDC699 (or 0xBDC699) is known color: Green Mist. HEX triplet: BD, C6 and 99. RGB value is (189,198,153). Sum of RGB (Red+Green+Blue) = 189+198+153=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC699 is #423966. Grayscale: #BEBEBE. Windows color (decimal): -4340071 or 10077885. OLE color: 10077885.
HSL color Cylindrical-coordinate representation of color #BDC699: hue angle of 72º degrees, saturation: 0.28, 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 #BDC699 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 153 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.22 |
| HSL | 72º | 0.28% | 0.69% | - |
| HSV(B) | 72º | 0.23% | 0.78% | - |
| XYZ | 46.93 | 53.51 | 37.99 | - |
| YUV | 190.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 153 | 0.05 | 0 | 0.23 | 0.22 | 72 | 0.28 | 0.69 |
| Hex | BD | C6 | 99 | 5 | 0 | 17 | 16 | 48 | 1C | 45 |
| Octal | 275 | 306 | 231 | 5 | 0 | 27 | 26 | 110 | 34 | 105 |
| Binary | 10111101 | 11000110 | 10011001 | 101 | 0 | 10111 | 10110 | 1001000 | 11100 | 1000101 |
Color Harmonies of #BDC699
Complementary color
Monochromatic Colors of #BDC699
Black with #BDC699
Text Example
Text Example
White with #BDC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC699; }
p { color: rgb(189,198,153); }
H1.HeaderClassName
{
color: #BDC699;
}
.AnyTagClassName
{
color: #BDC699;
}
</style>
background-color css
<style>
a { background-color: #BDC699; }
a { background-color: rgb(189,198,153); }
div.DivClassName
{
background-color: #BDC699;
}
.BgClassName
{
background-color: #BDC699;
}
</style>
border-color css
<style>
span { border-color: #BDC699; }
span { border-color: rgb(189,198,153); }
td.TdClassName
{
border-color: #BDC699;
}
.TagClassName
{
border-color: #BDC699;
}
</style>