Shades of Green Mist #BDC98A
Tints of Green Mist #BDC98A
RGB
CMYK
RGB Variations
Color information
#BDC98A (or 0xBDC98A) is known color: Green Mist. HEX triplet: BD, C9 and 8A. RGB value is (189,201,138). Sum of RGB (Red+Green+Blue) = 189+201+138=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC98A is #423675. Grayscale: #BEBEBE. Windows color (decimal): -4339318 or 9095613. OLE color: 9095613.
HSL color Cylindrical-coordinate representation of color #BDC98A: hue angle of 71.43º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDC98A is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 138 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.21 |
| HSL | 71.43º | 0.37% | 0.66% | - |
| HSV(B) | 71.43º | 0.31% | 0.79% | - |
| XYZ | 46.46 | 54.43 | 32.1 | - |
| YUV | 190.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 138 | 0.06 | 0 | 0.31 | 0.21 | 71.43 | 0.37 | 0.66 |
| Hex | BD | C9 | 8A | 6 | 0 | 1F | 15 | 47 | 25 | 42 |
| Octal | 275 | 311 | 212 | 6 | 0 | 37 | 25 | 107 | 45 | 102 |
| Binary | 10111101 | 11001001 | 10001010 | 110 | 0 | 11111 | 10101 | 1000111 | 100101 | 1000010 |
Color Harmonies of #BDC98A
Complementary color
Monochromatic Colors of #BDC98A
Black with #BDC98A
Text Example
Text Example
White with #BDC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC98A; }
p { color: rgb(189,201,138); }
H1.HeaderClassName
{
color: #BDC98A;
}
.AnyTagClassName
{
color: #BDC98A;
}
</style>
background-color css
<style>
a { background-color: #BDC98A; }
a { background-color: rgb(189,201,138); }
div.DivClassName
{
background-color: #BDC98A;
}
.BgClassName
{
background-color: #BDC98A;
}
</style>
border-color css
<style>
span { border-color: #BDC98A; }
span { border-color: rgb(189,201,138); }
td.TdClassName
{
border-color: #BDC98A;
}
.TagClassName
{
border-color: #BDC98A;
}
</style>