Shades of Green Mist #BDC58D
Tints of Green Mist #BDC58D
RGB
CMYK
RGB Variations
Color information
#BDC58D (or 0xBDC58D) is known color: Green Mist. HEX triplet: BD, C5 and 8D. RGB value is (189,197,141). Sum of RGB (Red+Green+Blue) = 189+197+141=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC58D is #423A72. Grayscale: #BCBCBC. Windows color (decimal): -4340339 or 9291197. OLE color: 9291197.
HSL color Cylindrical-coordinate representation of color #BDC58D: hue angle of 68.57º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDC58D is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 141 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.23 |
| HSL | 68.57º | 0.33% | 0.66% | - |
| HSV(B) | 68.57º | 0.28% | 0.77% | - |
| XYZ | 45.76 | 52.67 | 32.95 | - |
| YUV | 188.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 141 | 0.04 | 0 | 0.28 | 0.23 | 68.57 | 0.33 | 0.66 |
| Hex | BD | C5 | 8D | 4 | 0 | 1C | 17 | 45 | 21 | 42 |
| Octal | 275 | 305 | 215 | 4 | 0 | 34 | 27 | 105 | 41 | 102 |
| Binary | 10111101 | 11000101 | 10001101 | 100 | 0 | 11100 | 10111 | 1000101 | 100001 | 1000010 |
Color Harmonies of #BDC58D
Complementary color
Monochromatic Colors of #BDC58D
Black with #BDC58D
Text Example
Text Example
White with #BDC58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC58D; }
p { color: rgb(189,197,141); }
H1.HeaderClassName
{
color: #BDC58D;
}
.AnyTagClassName
{
color: #BDC58D;
}
</style>
background-color css
<style>
a { background-color: #BDC58D; }
a { background-color: rgb(189,197,141); }
div.DivClassName
{
background-color: #BDC58D;
}
.BgClassName
{
background-color: #BDC58D;
}
</style>
border-color css
<style>
span { border-color: #BDC58D; }
span { border-color: rgb(189,197,141); }
td.TdClassName
{
border-color: #BDC58D;
}
.TagClassName
{
border-color: #BDC58D;
}
</style>