Shades of Green Mist #BDC58B
Tints of Green Mist #BDC58B
RGB
CMYK
RGB Variations
Color information
#BDC58B (or 0xBDC58B) is known color: Green Mist. HEX triplet: BD, C5 and 8B. RGB value is (189,197,139). Sum of RGB (Red+Green+Blue) = 189+197+139=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC58B is #423A74. Grayscale: #BCBCBC. Windows color (decimal): -4340341 or 9160125. OLE color: 9160125.
HSL color Cylindrical-coordinate representation of color #BDC58B: hue angle of 68.28º 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 #BDC58B is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 139 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.23 |
| HSL | 68.28º | 0.33% | 0.66% | - |
| HSV(B) | 68.28º | 0.29% | 0.77% | - |
| XYZ | 45.61 | 52.62 | 32.18 | - |
| YUV | 188 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 139 | 0.04 | 0 | 0.29 | 0.23 | 68.28 | 0.33 | 0.66 |
| Hex | BD | C5 | 8B | 4 | 0 | 1D | 17 | 44 | 21 | 42 |
| Octal | 275 | 305 | 213 | 4 | 0 | 35 | 27 | 104 | 41 | 102 |
| Binary | 10111101 | 11000101 | 10001011 | 100 | 0 | 11101 | 10111 | 1000100 | 100001 | 1000010 |
Color Harmonies of #BDC58B
Complementary color
Monochromatic Colors of #BDC58B
Black with #BDC58B
Text Example
Text Example
White with #BDC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC58B; }
p { color: rgb(189,197,139); }
H1.HeaderClassName
{
color: #BDC58B;
}
.AnyTagClassName
{
color: #BDC58B;
}
</style>
background-color css
<style>
a { background-color: #BDC58B; }
a { background-color: rgb(189,197,139); }
div.DivClassName
{
background-color: #BDC58B;
}
.BgClassName
{
background-color: #BDC58B;
}
</style>
border-color css
<style>
span { border-color: #BDC58B; }
span { border-color: rgb(189,197,139); }
td.TdClassName
{
border-color: #BDC58B;
}
.TagClassName
{
border-color: #BDC58B;
}
</style>