Shades of Green Mist #BDC98D
Tints of Green Mist #BDC98D
RGB
CMYK
RGB Variations
Color information
#BDC98D (or 0xBDC98D) is known color: Green Mist. HEX triplet: BD, C9 and 8D. RGB value is (189,201,141). Sum of RGB (Red+Green+Blue) = 189+201+141=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC98D is #423672. Grayscale: #BEBEBE. Windows color (decimal): -4339315 or 9292221. OLE color: 9292221.
HSL color Cylindrical-coordinate representation of color #BDC98D: hue angle of 72º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDC98D is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 141 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.21 |
| HSL | 72º | 0.36% | 0.67% | - |
| HSV(B) | 72º | 0.3% | 0.79% | - |
| XYZ | 46.68 | 54.52 | 33.26 | - |
| YUV | 190.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 141 | 0.06 | 0 | 0.30 | 0.21 | 72 | 0.36 | 0.67 |
| Hex | BD | C9 | 8D | 6 | 0 | 1E | 15 | 48 | 24 | 43 |
| Octal | 275 | 311 | 215 | 6 | 0 | 36 | 25 | 110 | 44 | 103 |
| Binary | 10111101 | 11001001 | 10001101 | 110 | 0 | 11110 | 10101 | 1001000 | 100100 | 1000011 |
Color Harmonies of #BDC98D
Complementary color
Monochromatic Colors of #BDC98D
Black with #BDC98D
Text Example
Text Example
White with #BDC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC98D; }
p { color: rgb(189,201,141); }
H1.HeaderClassName
{
color: #BDC98D;
}
.AnyTagClassName
{
color: #BDC98D;
}
</style>
background-color css
<style>
a { background-color: #BDC98D; }
a { background-color: rgb(189,201,141); }
div.DivClassName
{
background-color: #BDC98D;
}
.BgClassName
{
background-color: #BDC98D;
}
</style>
border-color css
<style>
span { border-color: #BDC98D; }
span { border-color: rgb(189,201,141); }
td.TdClassName
{
border-color: #BDC98D;
}
.TagClassName
{
border-color: #BDC98D;
}
</style>