Shades of Green Mist #BDC38D
Tints of Green Mist #BDC38D
RGB
CMYK
RGB Variations
Color information
#BDC38D (or 0xBDC38D) is known color: Green Mist. HEX triplet: BD, C3 and 8D. RGB value is (189,195,141). Sum of RGB (Red+Green+Blue) = 189+195+141=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC38D is #423C72. Grayscale: #BBBBBB. Windows color (decimal): -4340851 or 9290685. OLE color: 9290685.
HSL color Cylindrical-coordinate representation of color #BDC38D: hue angle of 66.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDC38D is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 141 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.24 |
| HSL | 66.67º | 0.31% | 0.66% | - |
| HSV(B) | 66.67º | 0.28% | 0.76% | - |
| XYZ | 45.31 | 51.77 | 32.8 | - |
| YUV | 187.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 141 | 0.03 | 0 | 0.28 | 0.24 | 66.67 | 0.31 | 0.66 |
| Hex | BD | C3 | 8D | 3 | 0 | 1C | 18 | 43 | 1F | 42 |
| Octal | 275 | 303 | 215 | 3 | 0 | 34 | 30 | 103 | 37 | 102 |
| Binary | 10111101 | 11000011 | 10001101 | 11 | 0 | 11100 | 11000 | 1000011 | 11111 | 1000010 |
Color Harmonies of #BDC38D
Complementary color
Monochromatic Colors of #BDC38D
Black with #BDC38D
Text Example
Text Example
White with #BDC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC38D; }
p { color: rgb(189,195,141); }
H1.HeaderClassName
{
color: #BDC38D;
}
.AnyTagClassName
{
color: #BDC38D;
}
</style>
background-color css
<style>
a { background-color: #BDC38D; }
a { background-color: rgb(189,195,141); }
div.DivClassName
{
background-color: #BDC38D;
}
.BgClassName
{
background-color: #BDC38D;
}
</style>
border-color css
<style>
span { border-color: #BDC38D; }
span { border-color: rgb(189,195,141); }
td.TdClassName
{
border-color: #BDC38D;
}
.TagClassName
{
border-color: #BDC38D;
}
</style>