Shades of Green Mist #BDC78E
Tints of Green Mist #BDC78E
RGB
CMYK
RGB Variations
Color information
#BDC78E (or 0xBDC78E) is known color: Green Mist. HEX triplet: BD, C7 and 8E. RGB value is (189,199,142). Sum of RGB (Red+Green+Blue) = 189+199+142=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC78E is #423871. Grayscale: #BDBDBD. Windows color (decimal): -4339826 or 9357245. OLE color: 9357245.
HSL color Cylindrical-coordinate representation of color #BDC78E: hue angle of 70.53º 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 #BDC78E is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 142 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.22 |
| HSL | 70.53º | 0.34% | 0.67% | - |
| HSV(B) | 70.53º | 0.29% | 0.78% | - |
| XYZ | 46.29 | 53.62 | 33.5 | - |
| YUV | 189.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 142 | 0.05 | 0 | 0.29 | 0.22 | 70.53 | 0.34 | 0.67 |
| Hex | BD | C7 | 8E | 5 | 0 | 1D | 16 | 47 | 22 | 43 |
| Octal | 275 | 307 | 216 | 5 | 0 | 35 | 26 | 107 | 42 | 103 |
| Binary | 10111101 | 11000111 | 10001110 | 101 | 0 | 11101 | 10110 | 1000111 | 100010 | 1000011 |
Color Harmonies of #BDC78E
Complementary color
Monochromatic Colors of #BDC78E
Black with #BDC78E
Text Example
Text Example
White with #BDC78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC78E; }
p { color: rgb(189,199,142); }
H1.HeaderClassName
{
color: #BDC78E;
}
.AnyTagClassName
{
color: #BDC78E;
}
</style>
background-color css
<style>
a { background-color: #BDC78E; }
a { background-color: rgb(189,199,142); }
div.DivClassName
{
background-color: #BDC78E;
}
.BgClassName
{
background-color: #BDC78E;
}
</style>
border-color css
<style>
span { border-color: #BDC78E; }
span { border-color: rgb(189,199,142); }
td.TdClassName
{
border-color: #BDC78E;
}
.TagClassName
{
border-color: #BDC78E;
}
</style>