Shades of Green Mist #BDC098
Tints of Green Mist #BDC098
RGB
CMYK
RGB Variations
Color information
#BDC098 (or 0xBDC098) is known color: Green Mist. HEX triplet: BD, C0 and 98. RGB value is (189,192,152). Sum of RGB (Red+Green+Blue) = 189+192+152=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC098 is #423F67. Grayscale: #BABABA. Windows color (decimal): -4341608 or 10010813. OLE color: 10010813.
HSL color Cylindrical-coordinate representation of color #BDC098: hue angle of 64.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC098 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 152 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.25 |
| HSL | 64.5º | 0.24% | 0.67% | - |
| HSV(B) | 64.5º | 0.21% | 0.75% | - |
| XYZ | 45.5 | 50.79 | 37.11 | - |
| YUV | 186.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 152 | 0.02 | 0 | 0.21 | 0.25 | 64.5 | 0.24 | 0.67 |
| Hex | BD | C0 | 98 | 2 | 0 | 15 | 19 | 40 | 18 | 43 |
| Octal | 275 | 300 | 230 | 2 | 0 | 25 | 31 | 100 | 30 | 103 |
| Binary | 10111101 | 11000000 | 10011000 | 10 | 0 | 10101 | 11001 | 1000000 | 11000 | 1000011 |
Color Harmonies of #BDC098
Complementary color
Monochromatic Colors of #BDC098
Black with #BDC098
Text Example
Text Example
White with #BDC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC098; }
p { color: rgb(189,192,152); }
H1.HeaderClassName
{
color: #BDC098;
}
.AnyTagClassName
{
color: #BDC098;
}
</style>
background-color css
<style>
a { background-color: #BDC098; }
a { background-color: rgb(189,192,152); }
div.DivClassName
{
background-color: #BDC098;
}
.BgClassName
{
background-color: #BDC098;
}
</style>
border-color css
<style>
span { border-color: #BDC098; }
span { border-color: rgb(189,192,152); }
td.TdClassName
{
border-color: #BDC098;
}
.TagClassName
{
border-color: #BDC098;
}
</style>