Shades of Green Mist #BDC697
Tints of Green Mist #BDC697
RGB
CMYK
RGB Variations
Color information
#BDC697 (or 0xBDC697) is known color: Green Mist. HEX triplet: BD, C6 and 97. RGB value is (189,198,151). Sum of RGB (Red+Green+Blue) = 189+198+151=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC697 is #423968. Grayscale: #BEBEBE. Windows color (decimal): -4340073 or 9946813. OLE color: 9946813.
HSL color Cylindrical-coordinate representation of color #BDC697: hue angle of 71.49º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC697 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 151 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.22 |
| HSL | 71.49º | 0.29% | 0.68% | - |
| HSV(B) | 71.49º | 0.24% | 0.78% | - |
| XYZ | 46.77 | 53.44 | 37.13 | - |
| YUV | 189.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 151 | 0.05 | 0 | 0.24 | 0.22 | 71.49 | 0.29 | 0.68 |
| Hex | BD | C6 | 97 | 5 | 0 | 18 | 16 | 47 | 1D | 44 |
| Octal | 275 | 306 | 227 | 5 | 0 | 30 | 26 | 107 | 35 | 104 |
| Binary | 10111101 | 11000110 | 10010111 | 101 | 0 | 11000 | 10110 | 1000111 | 11101 | 1000100 |
Color Harmonies of #BDC697
Complementary color
Monochromatic Colors of #BDC697
Black with #BDC697
Text Example
Text Example
White with #BDC697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC697; }
p { color: rgb(189,198,151); }
H1.HeaderClassName
{
color: #BDC697;
}
.AnyTagClassName
{
color: #BDC697;
}
</style>
background-color css
<style>
a { background-color: #BDC697; }
a { background-color: rgb(189,198,151); }
div.DivClassName
{
background-color: #BDC697;
}
.BgClassName
{
background-color: #BDC697;
}
</style>
border-color css
<style>
span { border-color: #BDC697; }
span { border-color: rgb(189,198,151); }
td.TdClassName
{
border-color: #BDC697;
}
.TagClassName
{
border-color: #BDC697;
}
</style>