Shades of Green Mist #BDC48F
Tints of Green Mist #BDC48F
RGB
CMYK
RGB Variations
Color information
#BDC48F (or 0xBDC48F) is known color: Green Mist. HEX triplet: BD, C4 and 8F. RGB value is (189,196,143). Sum of RGB (Red+Green+Blue) = 189+196+143=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC48F is #423B70. Grayscale: #BCBCBC. Windows color (decimal): -4340593 or 9422013. OLE color: 9422013.
HSL color Cylindrical-coordinate representation of color #BDC48F: hue angle of 67.92º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDC48F is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 143 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.23 |
| HSL | 67.92º | 0.31% | 0.66% | - |
| HSV(B) | 67.92º | 0.27% | 0.77% | - |
| XYZ | 45.68 | 52.28 | 33.67 | - |
| YUV | 187.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 143 | 0.04 | 0 | 0.27 | 0.23 | 67.92 | 0.31 | 0.66 |
| Hex | BD | C4 | 8F | 4 | 0 | 1B | 17 | 44 | 1F | 42 |
| Octal | 275 | 304 | 217 | 4 | 0 | 33 | 27 | 104 | 37 | 102 |
| Binary | 10111101 | 11000100 | 10001111 | 100 | 0 | 11011 | 10111 | 1000100 | 11111 | 1000010 |
Color Harmonies of #BDC48F
Complementary color
Monochromatic Colors of #BDC48F
Black with #BDC48F
Text Example
Text Example
White with #BDC48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC48F; }
p { color: rgb(189,196,143); }
H1.HeaderClassName
{
color: #BDC48F;
}
.AnyTagClassName
{
color: #BDC48F;
}
</style>
background-color css
<style>
a { background-color: #BDC48F; }
a { background-color: rgb(189,196,143); }
div.DivClassName
{
background-color: #BDC48F;
}
.BgClassName
{
background-color: #BDC48F;
}
</style>
border-color css
<style>
span { border-color: #BDC48F; }
span { border-color: rgb(189,196,143); }
td.TdClassName
{
border-color: #BDC48F;
}
.TagClassName
{
border-color: #BDC48F;
}
</style>