Shades of Green Mist #BDC198
Tints of Green Mist #BDC198
RGB
CMYK
RGB Variations
Color information
#BDC198 (or 0xBDC198) is known color: Green Mist. HEX triplet: BD, C1 and 98. RGB value is (189,193,152). Sum of RGB (Red+Green+Blue) = 189+193+152=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC198 is #423E67. Grayscale: #BBBBBB. Windows color (decimal): -4341352 or 10011069. OLE color: 10011069.
HSL color Cylindrical-coordinate representation of color #BDC198: hue angle of 65.85º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC198 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 152 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.24 |
| HSL | 65.85º | 0.25% | 0.68% | - |
| HSV(B) | 65.85º | 0.21% | 0.76% | - |
| XYZ | 45.72 | 51.23 | 37.18 | - |
| YUV | 187.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 152 | 0.02 | 0 | 0.21 | 0.24 | 65.85 | 0.25 | 0.68 |
| Hex | BD | C1 | 98 | 2 | 0 | 15 | 18 | 42 | 19 | 44 |
| Octal | 275 | 301 | 230 | 2 | 0 | 25 | 30 | 102 | 31 | 104 |
| Binary | 10111101 | 11000001 | 10011000 | 10 | 0 | 10101 | 11000 | 1000010 | 11001 | 1000100 |
Color Harmonies of #BDC198
Complementary color
Monochromatic Colors of #BDC198
Black with #BDC198
Text Example
Text Example
White with #BDC198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC198; }
p { color: rgb(189,193,152); }
H1.HeaderClassName
{
color: #BDC198;
}
.AnyTagClassName
{
color: #BDC198;
}
</style>
background-color css
<style>
a { background-color: #BDC198; }
a { background-color: rgb(189,193,152); }
div.DivClassName
{
background-color: #BDC198;
}
.BgClassName
{
background-color: #BDC198;
}
</style>
border-color css
<style>
span { border-color: #BDC198; }
span { border-color: rgb(189,193,152); }
td.TdClassName
{
border-color: #BDC198;
}
.TagClassName
{
border-color: #BDC198;
}
</style>