Shades of Green Mist #BDC59C
Tints of Green Mist #BDC59C
RGB
CMYK
RGB Variations
Color information
#BDC59C (or 0xBDC59C) is known color: Green Mist. HEX triplet: BD, C5 and 9C. RGB value is (189,197,156). Sum of RGB (Red+Green+Blue) = 189+197+156=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC59C is #423A63. Grayscale: #BEBEBE. Windows color (decimal): -4340324 or 10274237. OLE color: 10274237.
HSL color Cylindrical-coordinate representation of color #BDC59C: hue angle of 71.71º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC59C is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 156 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.23 |
| HSL | 71.71º | 0.26% | 0.69% | - |
| HSV(B) | 71.71º | 0.21% | 0.77% | - |
| XYZ | 46.95 | 53.15 | 39.24 | - |
| YUV | 189.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 156 | 0.04 | 0 | 0.21 | 0.23 | 71.71 | 0.26 | 0.69 |
| Hex | BD | C5 | 9C | 4 | 0 | 15 | 17 | 48 | 1A | 45 |
| Octal | 275 | 305 | 234 | 4 | 0 | 25 | 27 | 110 | 32 | 105 |
| Binary | 10111101 | 11000101 | 10011100 | 100 | 0 | 10101 | 10111 | 1001000 | 11010 | 1000101 |
Color Harmonies of #BDC59C
Complementary color
Monochromatic Colors of #BDC59C
Black with #BDC59C
Text Example
Text Example
White with #BDC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC59C; }
p { color: rgb(189,197,156); }
H1.HeaderClassName
{
color: #BDC59C;
}
.AnyTagClassName
{
color: #BDC59C;
}
</style>
background-color css
<style>
a { background-color: #BDC59C; }
a { background-color: rgb(189,197,156); }
div.DivClassName
{
background-color: #BDC59C;
}
.BgClassName
{
background-color: #BDC59C;
}
</style>
border-color css
<style>
span { border-color: #BDC59C; }
span { border-color: rgb(189,197,156); }
td.TdClassName
{
border-color: #BDC59C;
}
.TagClassName
{
border-color: #BDC59C;
}
</style>