Shades of Green Mist #BDC28C
Tints of Green Mist #BDC28C
RGB
CMYK
RGB Variations
Color information
#BDC28C (or 0xBDC28C) is known color: Green Mist. HEX triplet: BD, C2 and 8C. RGB value is (189,194,140). Sum of RGB (Red+Green+Blue) = 189+194+140=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC28C is #423D73. Grayscale: #BABABA. Windows color (decimal): -4341108 or 9224893. OLE color: 9224893.
HSL color Cylindrical-coordinate representation of color #BDC28C: hue angle of 65.56º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDC28C is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 140 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.24 |
| HSL | 65.56º | 0.31% | 0.65% | - |
| HSV(B) | 65.56º | 0.28% | 0.76% | - |
| XYZ | 45.01 | 51.3 | 32.34 | - |
| YUV | 186.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 140 | 0.03 | 0 | 0.28 | 0.24 | 65.56 | 0.31 | 0.65 |
| Hex | BD | C2 | 8C | 3 | 0 | 1C | 18 | 42 | 1F | 41 |
| Octal | 275 | 302 | 214 | 3 | 0 | 34 | 30 | 102 | 37 | 101 |
| Binary | 10111101 | 11000010 | 10001100 | 11 | 0 | 11100 | 11000 | 1000010 | 11111 | 1000001 |
Color Harmonies of #BDC28C
Complementary color
Monochromatic Colors of #BDC28C
Black with #BDC28C
Text Example
Text Example
White with #BDC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC28C; }
p { color: rgb(189,194,140); }
H1.HeaderClassName
{
color: #BDC28C;
}
.AnyTagClassName
{
color: #BDC28C;
}
</style>
background-color css
<style>
a { background-color: #BDC28C; }
a { background-color: rgb(189,194,140); }
div.DivClassName
{
background-color: #BDC28C;
}
.BgClassName
{
background-color: #BDC28C;
}
</style>
border-color css
<style>
span { border-color: #BDC28C; }
span { border-color: rgb(189,194,140); }
td.TdClassName
{
border-color: #BDC28C;
}
.TagClassName
{
border-color: #BDC28C;
}
</style>