Shades of Green Mist #BDC18F
Tints of Green Mist #BDC18F
RGB
CMYK
RGB Variations
Color information
#BDC18F (or 0xBDC18F) is known color: Green Mist. HEX triplet: BD, C1 and 8F. RGB value is (189,193,143). Sum of RGB (Red+Green+Blue) = 189+193+143=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC18F is #423E70. Grayscale: #BABABA. Windows color (decimal): -4341361 or 9421245. OLE color: 9421245.
HSL color Cylindrical-coordinate representation of color #BDC18F: hue angle of 64.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC18F is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 143 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.24 |
| HSL | 64.8º | 0.29% | 0.66% | - |
| HSV(B) | 64.8º | 0.26% | 0.76% | - |
| XYZ | 45.01 | 50.94 | 33.45 | - |
| YUV | 186.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 143 | 0.02 | 0 | 0.26 | 0.24 | 64.8 | 0.29 | 0.66 |
| Hex | BD | C1 | 8F | 2 | 0 | 1A | 18 | 41 | 1D | 42 |
| Octal | 275 | 301 | 217 | 2 | 0 | 32 | 30 | 101 | 35 | 102 |
| Binary | 10111101 | 11000001 | 10001111 | 10 | 0 | 11010 | 11000 | 1000001 | 11101 | 1000010 |
Color Harmonies of #BDC18F
Complementary color
Monochromatic Colors of #BDC18F
Black with #BDC18F
Text Example
Text Example
White with #BDC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC18F; }
p { color: rgb(189,193,143); }
H1.HeaderClassName
{
color: #BDC18F;
}
.AnyTagClassName
{
color: #BDC18F;
}
</style>
background-color css
<style>
a { background-color: #BDC18F; }
a { background-color: rgb(189,193,143); }
div.DivClassName
{
background-color: #BDC18F;
}
.BgClassName
{
background-color: #BDC18F;
}
</style>
border-color css
<style>
span { border-color: #BDC18F; }
span { border-color: rgb(189,193,143); }
td.TdClassName
{
border-color: #BDC18F;
}
.TagClassName
{
border-color: #BDC18F;
}
</style>