Shades of Green Mist #BDC19B
Tints of Green Mist #BDC19B
RGB
CMYK
RGB Variations
Color information
#BDC19B (or 0xBDC19B) is known color: Green Mist. HEX triplet: BD, C1 and 9B. RGB value is (189,193,155). Sum of RGB (Red+Green+Blue) = 189+193+155=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC19B is #423E64. Grayscale: #BBBBBB. Windows color (decimal): -4341349 or 10207677. OLE color: 10207677.
HSL color Cylindrical-coordinate representation of color #BDC19B: hue angle of 66.32º degrees, saturation: 0.23, 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 #BDC19B is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 155 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.24 |
| HSL | 66.32º | 0.23% | 0.68% | - |
| HSV(B) | 66.32º | 0.2% | 0.76% | - |
| XYZ | 45.97 | 51.33 | 38.49 | - |
| YUV | 187.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 155 | 0.02 | 0 | 0.20 | 0.24 | 66.32 | 0.23 | 0.68 |
| Hex | BD | C1 | 9B | 2 | 0 | 14 | 18 | 42 | 17 | 44 |
| Octal | 275 | 301 | 233 | 2 | 0 | 24 | 30 | 102 | 27 | 104 |
| Binary | 10111101 | 11000001 | 10011011 | 10 | 0 | 10100 | 11000 | 1000010 | 10111 | 1000100 |
Color Harmonies of #BDC19B
Complementary color
Monochromatic Colors of #BDC19B
Black with #BDC19B
Text Example
Text Example
White with #BDC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC19B; }
p { color: rgb(189,193,155); }
H1.HeaderClassName
{
color: #BDC19B;
}
.AnyTagClassName
{
color: #BDC19B;
}
</style>
background-color css
<style>
a { background-color: #BDC19B; }
a { background-color: rgb(189,193,155); }
div.DivClassName
{
background-color: #BDC19B;
}
.BgClassName
{
background-color: #BDC19B;
}
</style>
border-color css
<style>
span { border-color: #BDC19B; }
span { border-color: rgb(189,193,155); }
td.TdClassName
{
border-color: #BDC19B;
}
.TagClassName
{
border-color: #BDC19B;
}
</style>