Shades of Green Mist #BDC28B
Tints of Green Mist #BDC28B
RGB
CMYK
RGB Variations
Color information
#BDC28B (or 0xBDC28B) is known color: Green Mist. HEX triplet: BD, C2 and 8B. RGB value is (189,194,139). Sum of RGB (Red+Green+Blue) = 189+194+139=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC28B is #423D74. Grayscale: #BABABA. Windows color (decimal): -4341109 or 9159357. OLE color: 9159357.
HSL color Cylindrical-coordinate representation of color #BDC28B: hue angle of 65.45º degrees, saturation: 0.31, 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 #BDC28B is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 139 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.24 |
| HSL | 65.45º | 0.31% | 0.65% | - |
| HSV(B) | 65.45º | 0.28% | 0.76% | - |
| XYZ | 44.94 | 51.27 | 31.95 | - |
| YUV | 186.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 139 | 0.03 | 0 | 0.28 | 0.24 | 65.45 | 0.31 | 0.65 |
| Hex | BD | C2 | 8B | 3 | 0 | 1C | 18 | 41 | 1F | 41 |
| Octal | 275 | 302 | 213 | 3 | 0 | 34 | 30 | 101 | 37 | 101 |
| Binary | 10111101 | 11000010 | 10001011 | 11 | 0 | 11100 | 11000 | 1000001 | 11111 | 1000001 |
Color Harmonies of #BDC28B
Complementary color
Monochromatic Colors of #BDC28B
Black with #BDC28B
Text Example
Text Example
White with #BDC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC28B; }
p { color: rgb(189,194,139); }
H1.HeaderClassName
{
color: #BDC28B;
}
.AnyTagClassName
{
color: #BDC28B;
}
</style>
background-color css
<style>
a { background-color: #BDC28B; }
a { background-color: rgb(189,194,139); }
div.DivClassName
{
background-color: #BDC28B;
}
.BgClassName
{
background-color: #BDC28B;
}
</style>
border-color css
<style>
span { border-color: #BDC28B; }
span { border-color: rgb(189,194,139); }
td.TdClassName
{
border-color: #BDC28B;
}
.TagClassName
{
border-color: #BDC28B;
}
</style>