Shades of Green Mist #BDC88E
Tints of Green Mist #BDC88E
RGB
CMYK
RGB Variations
Color information
#BDC88E (or 0xBDC88E) is known color: Green Mist. HEX triplet: BD, C8 and 8E. RGB value is (189,200,142). Sum of RGB (Red+Green+Blue) = 189+200+142=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC88E is #423771. Grayscale: #BEBEBE. Windows color (decimal): -4339570 or 9357501. OLE color: 9357501.
HSL color Cylindrical-coordinate representation of color #BDC88E: hue angle of 71.38º degrees, saturation: 0.35, 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 #BDC88E is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 142 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.22 |
| HSL | 71.38º | 0.35% | 0.67% | - |
| HSV(B) | 71.38º | 0.29% | 0.78% | - |
| XYZ | 46.52 | 54.08 | 33.58 | - |
| YUV | 190.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 142 | 0.06 | 0 | 0.29 | 0.22 | 71.38 | 0.35 | 0.67 |
| Hex | BD | C8 | 8E | 6 | 0 | 1D | 16 | 47 | 23 | 43 |
| Octal | 275 | 310 | 216 | 6 | 0 | 35 | 26 | 107 | 43 | 103 |
| Binary | 10111101 | 11001000 | 10001110 | 110 | 0 | 11101 | 10110 | 1000111 | 100011 | 1000011 |
Color Harmonies of #BDC88E
Complementary color
Monochromatic Colors of #BDC88E
Black with #BDC88E
Text Example
Text Example
White with #BDC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC88E; }
p { color: rgb(189,200,142); }
H1.HeaderClassName
{
color: #BDC88E;
}
.AnyTagClassName
{
color: #BDC88E;
}
</style>
background-color css
<style>
a { background-color: #BDC88E; }
a { background-color: rgb(189,200,142); }
div.DivClassName
{
background-color: #BDC88E;
}
.BgClassName
{
background-color: #BDC88E;
}
</style>
border-color css
<style>
span { border-color: #BDC88E; }
span { border-color: rgb(189,200,142); }
td.TdClassName
{
border-color: #BDC88E;
}
.TagClassName
{
border-color: #BDC88E;
}
</style>