Shades of Green Mist #BDC98E
Tints of Green Mist #BDC98E
RGB
CMYK
RGB Variations
Color information
#BDC98E (or 0xBDC98E) is known color: Green Mist. HEX triplet: BD, C9 and 8E. RGB value is (189,201,142). Sum of RGB (Red+Green+Blue) = 189+201+142=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC98E is #423671. Grayscale: #BEBEBE. Windows color (decimal): -4339314 or 9357757. OLE color: 9357757.
HSL color Cylindrical-coordinate representation of color #BDC98E: hue angle of 72.2º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDC98E is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 142 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.21 |
| HSL | 72.2º | 0.35% | 0.67% | - |
| HSV(B) | 72.2º | 0.29% | 0.79% | - |
| XYZ | 46.76 | 54.55 | 33.66 | - |
| YUV | 190.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 142 | 0.06 | 0 | 0.29 | 0.21 | 72.2 | 0.35 | 0.67 |
| Hex | BD | C9 | 8E | 6 | 0 | 1D | 15 | 48 | 23 | 43 |
| Octal | 275 | 311 | 216 | 6 | 0 | 35 | 25 | 110 | 43 | 103 |
| Binary | 10111101 | 11001001 | 10001110 | 110 | 0 | 11101 | 10101 | 1001000 | 100011 | 1000011 |
Color Harmonies of #BDC98E
Complementary color
Monochromatic Colors of #BDC98E
Black with #BDC98E
Text Example
Text Example
White with #BDC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC98E; }
p { color: rgb(189,201,142); }
H1.HeaderClassName
{
color: #BDC98E;
}
.AnyTagClassName
{
color: #BDC98E;
}
</style>
background-color css
<style>
a { background-color: #BDC98E; }
a { background-color: rgb(189,201,142); }
div.DivClassName
{
background-color: #BDC98E;
}
.BgClassName
{
background-color: #BDC98E;
}
</style>
border-color css
<style>
span { border-color: #BDC98E; }
span { border-color: rgb(189,201,142); }
td.TdClassName
{
border-color: #BDC98E;
}
.TagClassName
{
border-color: #BDC98E;
}
</style>