Shades of Green Mist #BDC48B
Tints of Green Mist #BDC48B
RGB
CMYK
RGB Variations
Color information
#BDC48B (or 0xBDC48B) is known color: Green Mist. HEX triplet: BD, C4 and 8B. RGB value is (189,196,139). Sum of RGB (Red+Green+Blue) = 189+196+139=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC48B is #423B74. Grayscale: #BBBBBB. Windows color (decimal): -4340597 or 9159869. OLE color: 9159869.
HSL color Cylindrical-coordinate representation of color #BDC48B: hue angle of 67.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDC48B is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 139 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.23 |
| HSL | 67.37º | 0.33% | 0.66% | - |
| HSV(B) | 67.37º | 0.29% | 0.77% | - |
| XYZ | 45.39 | 52.16 | 32.1 | - |
| YUV | 187.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 139 | 0.04 | 0 | 0.29 | 0.23 | 67.37 | 0.33 | 0.66 |
| Hex | BD | C4 | 8B | 4 | 0 | 1D | 17 | 43 | 21 | 42 |
| Octal | 275 | 304 | 213 | 4 | 0 | 35 | 27 | 103 | 41 | 102 |
| Binary | 10111101 | 11000100 | 10001011 | 100 | 0 | 11101 | 10111 | 1000011 | 100001 | 1000010 |
Color Harmonies of #BDC48B
Complementary color
Monochromatic Colors of #BDC48B
Black with #BDC48B
Text Example
Text Example
White with #BDC48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC48B; }
p { color: rgb(189,196,139); }
H1.HeaderClassName
{
color: #BDC48B;
}
.AnyTagClassName
{
color: #BDC48B;
}
</style>
background-color css
<style>
a { background-color: #BDC48B; }
a { background-color: rgb(189,196,139); }
div.DivClassName
{
background-color: #BDC48B;
}
.BgClassName
{
background-color: #BDC48B;
}
</style>
border-color css
<style>
span { border-color: #BDC48B; }
span { border-color: rgb(189,196,139); }
td.TdClassName
{
border-color: #BDC48B;
}
.TagClassName
{
border-color: #BDC48B;
}
</style>