Shades of Green Mist #BDC88F
Tints of Green Mist #BDC88F
RGB
CMYK
RGB Variations
Color information
#BDC88F (or 0xBDC88F) is known color: Green Mist. HEX triplet: BD, C8 and 8F. RGB value is (189,200,143). Sum of RGB (Red+Green+Blue) = 189+200+143=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC88F is #423770. Grayscale: #BEBEBE. Windows color (decimal): -4339569 or 9423037. OLE color: 9423037.
HSL color Cylindrical-coordinate representation of color #BDC88F: hue angle of 71.58º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDC88F is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 143 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.22 |
| HSL | 71.58º | 0.34% | 0.67% | - |
| HSV(B) | 71.58º | 0.29% | 0.78% | - |
| XYZ | 46.6 | 54.11 | 33.97 | - |
| YUV | 190.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 143 | 0.06 | 0 | 0.28 | 0.22 | 71.58 | 0.34 | 0.67 |
| Hex | BD | C8 | 8F | 6 | 0 | 1C | 16 | 48 | 22 | 43 |
| Octal | 275 | 310 | 217 | 6 | 0 | 34 | 26 | 110 | 42 | 103 |
| Binary | 10111101 | 11001000 | 10001111 | 110 | 0 | 11100 | 10110 | 1001000 | 100010 | 1000011 |
Color Harmonies of #BDC88F
Complementary color
Monochromatic Colors of #BDC88F
Black with #BDC88F
Text Example
Text Example
White with #BDC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC88F; }
p { color: rgb(189,200,143); }
H1.HeaderClassName
{
color: #BDC88F;
}
.AnyTagClassName
{
color: #BDC88F;
}
</style>
background-color css
<style>
a { background-color: #BDC88F; }
a { background-color: rgb(189,200,143); }
div.DivClassName
{
background-color: #BDC88F;
}
.BgClassName
{
background-color: #BDC88F;
}
</style>
border-color css
<style>
span { border-color: #BDC88F; }
span { border-color: rgb(189,200,143); }
td.TdClassName
{
border-color: #BDC88F;
}
.TagClassName
{
border-color: #BDC88F;
}
</style>