Shades of Green Mist #BDC28F
Tints of Green Mist #BDC28F
RGB
CMYK
RGB Variations
Color information
#BDC28F (or 0xBDC28F) is known color: Green Mist. HEX triplet: BD, C2 and 8F. RGB value is (189,194,143). Sum of RGB (Red+Green+Blue) = 189+194+143=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC28F is #423D70. Grayscale: #BABABA. Windows color (decimal): -4341105 or 9421501. OLE color: 9421501.
HSL color Cylindrical-coordinate representation of color #BDC28F: hue angle of 65.88º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC28F is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 143 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.24 |
| HSL | 65.88º | 0.29% | 0.66% | - |
| HSV(B) | 65.88º | 0.26% | 0.76% | - |
| XYZ | 45.24 | 51.39 | 33.52 | - |
| YUV | 186.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 143 | 0.03 | 0 | 0.26 | 0.24 | 65.88 | 0.29 | 0.66 |
| Hex | BD | C2 | 8F | 3 | 0 | 1A | 18 | 42 | 1D | 42 |
| Octal | 275 | 302 | 217 | 3 | 0 | 32 | 30 | 102 | 35 | 102 |
| Binary | 10111101 | 11000010 | 10001111 | 11 | 0 | 11010 | 11000 | 1000010 | 11101 | 1000010 |
Color Harmonies of #BDC28F
Complementary color
Monochromatic Colors of #BDC28F
Black with #BDC28F
Text Example
Text Example
White with #BDC28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC28F; }
p { color: rgb(189,194,143); }
H1.HeaderClassName
{
color: #BDC28F;
}
.AnyTagClassName
{
color: #BDC28F;
}
</style>
background-color css
<style>
a { background-color: #BDC28F; }
a { background-color: rgb(189,194,143); }
div.DivClassName
{
background-color: #BDC28F;
}
.BgClassName
{
background-color: #BDC28F;
}
</style>
border-color css
<style>
span { border-color: #BDC28F; }
span { border-color: rgb(189,194,143); }
td.TdClassName
{
border-color: #BDC28F;
}
.TagClassName
{
border-color: #BDC28F;
}
</style>