Shades of Green Mist #BDC698
Tints of Green Mist #BDC698
RGB
CMYK
RGB Variations
Color information
#BDC698 (or 0xBDC698) is known color: Green Mist. HEX triplet: BD, C6 and 98. RGB value is (189,198,152). Sum of RGB (Red+Green+Blue) = 189+198+152=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC698 is #423967. Grayscale: #BEBEBE. Windows color (decimal): -4340072 or 10012349. OLE color: 10012349.
HSL color Cylindrical-coordinate representation of color #BDC698: hue angle of 71.74º 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 #BDC698 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 152 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.22 |
| HSL | 71.74º | 0.29% | 0.69% | - |
| HSV(B) | 71.74º | 0.23% | 0.78% | - |
| XYZ | 46.85 | 53.47 | 37.56 | - |
| YUV | 190.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 152 | 0.05 | 0 | 0.23 | 0.22 | 71.74 | 0.29 | 0.69 |
| Hex | BD | C6 | 98 | 5 | 0 | 17 | 16 | 48 | 1D | 45 |
| Octal | 275 | 306 | 230 | 5 | 0 | 27 | 26 | 110 | 35 | 105 |
| Binary | 10111101 | 11000110 | 10011000 | 101 | 0 | 10111 | 10110 | 1001000 | 11101 | 1000101 |
Color Harmonies of #BDC698
Complementary color
Monochromatic Colors of #BDC698
Black with #BDC698
Text Example
Text Example
White with #BDC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC698; }
p { color: rgb(189,198,152); }
H1.HeaderClassName
{
color: #BDC698;
}
.AnyTagClassName
{
color: #BDC698;
}
</style>
background-color css
<style>
a { background-color: #BDC698; }
a { background-color: rgb(189,198,152); }
div.DivClassName
{
background-color: #BDC698;
}
.BgClassName
{
background-color: #BDC698;
}
</style>
border-color css
<style>
span { border-color: #BDC698; }
span { border-color: rgb(189,198,152); }
td.TdClassName
{
border-color: #BDC698;
}
.TagClassName
{
border-color: #BDC698;
}
</style>