Shades of Green Mist #BDC18B
Tints of Green Mist #BDC18B
RGB
CMYK
RGB Variations
Color information
#BDC18B (or 0xBDC18B) is known color: Green Mist. HEX triplet: BD, C1 and 8B. RGB value is (189,193,139). Sum of RGB (Red+Green+Blue) = 189+193+139=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC18B is #423E74. Grayscale: #B9B9B9. Windows color (decimal): -4341365 or 9159101. OLE color: 9159101.
HSL color Cylindrical-coordinate representation of color #BDC18B: hue angle of 64.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDC18B is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 139 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.24 |
| HSL | 64.44º | 0.3% | 0.65% | - |
| HSV(B) | 64.44º | 0.28% | 0.76% | - |
| XYZ | 44.72 | 50.82 | 31.88 | - |
| YUV | 185.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 139 | 0.02 | 0 | 0.28 | 0.24 | 64.44 | 0.3 | 0.65 |
| Hex | BD | C1 | 8B | 2 | 0 | 1C | 18 | 40 | 1E | 41 |
| Octal | 275 | 301 | 213 | 2 | 0 | 34 | 30 | 100 | 36 | 101 |
| Binary | 10111101 | 11000001 | 10001011 | 10 | 0 | 11100 | 11000 | 1000000 | 11110 | 1000001 |
Color Harmonies of #BDC18B
Complementary color
Monochromatic Colors of #BDC18B
Black with #BDC18B
Text Example
Text Example
White with #BDC18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC18B; }
p { color: rgb(189,193,139); }
H1.HeaderClassName
{
color: #BDC18B;
}
.AnyTagClassName
{
color: #BDC18B;
}
</style>
background-color css
<style>
a { background-color: #BDC18B; }
a { background-color: rgb(189,193,139); }
div.DivClassName
{
background-color: #BDC18B;
}
.BgClassName
{
background-color: #BDC18B;
}
</style>
border-color css
<style>
span { border-color: #BDC18B; }
span { border-color: rgb(189,193,139); }
td.TdClassName
{
border-color: #BDC18B;
}
.TagClassName
{
border-color: #BDC18B;
}
</style>