Shades of Green Mist #BDC19A
Tints of Green Mist #BDC19A
RGB
CMYK
RGB Variations
Color information
#BDC19A (or 0xBDC19A) is known color: Green Mist. HEX triplet: BD, C1 and 9A. RGB value is (189,193,154). Sum of RGB (Red+Green+Blue) = 189+193+154=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC19A is #423E65. Grayscale: #BBBBBB. Windows color (decimal): -4341350 or 10142141. OLE color: 10142141.
HSL color Cylindrical-coordinate representation of color #BDC19A: hue angle of 66.15º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC19A is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 154 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.24 |
| HSL | 66.15º | 0.24% | 0.68% | - |
| HSV(B) | 66.15º | 0.2% | 0.76% | - |
| XYZ | 45.89 | 51.29 | 38.05 | - |
| YUV | 187.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 154 | 0.02 | 0 | 0.20 | 0.24 | 66.15 | 0.24 | 0.68 |
| Hex | BD | C1 | 9A | 2 | 0 | 14 | 18 | 42 | 18 | 44 |
| Octal | 275 | 301 | 232 | 2 | 0 | 24 | 30 | 102 | 30 | 104 |
| Binary | 10111101 | 11000001 | 10011010 | 10 | 0 | 10100 | 11000 | 1000010 | 11000 | 1000100 |
Color Harmonies of #BDC19A
Complementary color
Monochromatic Colors of #BDC19A
Black with #BDC19A
Text Example
Text Example
White with #BDC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC19A; }
p { color: rgb(189,193,154); }
H1.HeaderClassName
{
color: #BDC19A;
}
.AnyTagClassName
{
color: #BDC19A;
}
</style>
background-color css
<style>
a { background-color: #BDC19A; }
a { background-color: rgb(189,193,154); }
div.DivClassName
{
background-color: #BDC19A;
}
.BgClassName
{
background-color: #BDC19A;
}
</style>
border-color css
<style>
span { border-color: #BDC19A; }
span { border-color: rgb(189,193,154); }
td.TdClassName
{
border-color: #BDC19A;
}
.TagClassName
{
border-color: #BDC19A;
}
</style>