Shades of Green Mist #BDC98C
Tints of Green Mist #BDC98C
RGB
CMYK
RGB Variations
Color information
#BDC98C (or 0xBDC98C) is known color: Green Mist. HEX triplet: BD, C9 and 8C. RGB value is (189,201,140). Sum of RGB (Red+Green+Blue) = 189+201+140=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC98C is #423673. Grayscale: #BEBEBE. Windows color (decimal): -4339316 or 9226685. OLE color: 9226685.
HSL color Cylindrical-coordinate representation of color #BDC98C: hue angle of 71.8º 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 #BDC98C is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 140 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.21 |
| HSL | 71.8º | 0.36% | 0.67% | - |
| HSV(B) | 71.8º | 0.3% | 0.79% | - |
| XYZ | 46.61 | 54.49 | 32.87 | - |
| YUV | 190.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 140 | 0.06 | 0 | 0.30 | 0.21 | 71.8 | 0.36 | 0.67 |
| Hex | BD | C9 | 8C | 6 | 0 | 1E | 15 | 48 | 24 | 43 |
| Octal | 275 | 311 | 214 | 6 | 0 | 36 | 25 | 110 | 44 | 103 |
| Binary | 10111101 | 11001001 | 10001100 | 110 | 0 | 11110 | 10101 | 1001000 | 100100 | 1000011 |
Color Harmonies of #BDC98C
Complementary color
Monochromatic Colors of #BDC98C
Black with #BDC98C
Text Example
Text Example
White with #BDC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC98C; }
p { color: rgb(189,201,140); }
H1.HeaderClassName
{
color: #BDC98C;
}
.AnyTagClassName
{
color: #BDC98C;
}
</style>
background-color css
<style>
a { background-color: #BDC98C; }
a { background-color: rgb(189,201,140); }
div.DivClassName
{
background-color: #BDC98C;
}
.BgClassName
{
background-color: #BDC98C;
}
</style>
border-color css
<style>
span { border-color: #BDC98C; }
span { border-color: rgb(189,201,140); }
td.TdClassName
{
border-color: #BDC98C;
}
.TagClassName
{
border-color: #BDC98C;
}
</style>