Shades of Green Mist #BDC38B
Tints of Green Mist #BDC38B
RGB
CMYK
RGB Variations
Color information
#BDC38B (or 0xBDC38B) is known color: Green Mist. HEX triplet: BD, C3 and 8B. RGB value is (189,195,139). Sum of RGB (Red+Green+Blue) = 189+195+139=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC38B is #423C74. Grayscale: #BBBBBB. Windows color (decimal): -4340853 or 9159613. OLE color: 9159613.
HSL color Cylindrical-coordinate representation of color #BDC38B: hue angle of 66.43º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDC38B is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 139 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.24 |
| HSL | 66.43º | 0.32% | 0.65% | - |
| HSV(B) | 66.43º | 0.29% | 0.76% | - |
| XYZ | 45.16 | 51.71 | 32.03 | - |
| YUV | 186.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 139 | 0.03 | 0 | 0.29 | 0.24 | 66.43 | 0.32 | 0.65 |
| Hex | BD | C3 | 8B | 3 | 0 | 1D | 18 | 42 | 20 | 41 |
| Octal | 275 | 303 | 213 | 3 | 0 | 35 | 30 | 102 | 40 | 101 |
| Binary | 10111101 | 11000011 | 10001011 | 11 | 0 | 11101 | 11000 | 1000010 | 100000 | 1000001 |
Color Harmonies of #BDC38B
Complementary color
Monochromatic Colors of #BDC38B
Black with #BDC38B
Text Example
Text Example
White with #BDC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC38B; }
p { color: rgb(189,195,139); }
H1.HeaderClassName
{
color: #BDC38B;
}
.AnyTagClassName
{
color: #BDC38B;
}
</style>
background-color css
<style>
a { background-color: #BDC38B; }
a { background-color: rgb(189,195,139); }
div.DivClassName
{
background-color: #BDC38B;
}
.BgClassName
{
background-color: #BDC38B;
}
</style>
border-color css
<style>
span { border-color: #BDC38B; }
span { border-color: rgb(189,195,139); }
td.TdClassName
{
border-color: #BDC38B;
}
.TagClassName
{
border-color: #BDC38B;
}
</style>