Shades of Green Mist #BDCB8C
Tints of Green Mist #BDCB8C
RGB
CMYK
RGB Variations
Color information
#BDCB8C (or 0xBDCB8C) is known color: Green Mist. HEX triplet: BD, CB and 8C. RGB value is (189,203,140). Sum of RGB (Red+Green+Blue) = 189+203+140=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB8C is #423473. Grayscale: #BFBFBF. Windows color (decimal): -4338804 or 9227197. OLE color: 9227197.
HSL color Cylindrical-coordinate representation of color #BDCB8C: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDCB8C is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 140 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.20 |
| HSL | 73.33º | 0.38% | 0.67% | - |
| HSV(B) | 73.33º | 0.31% | 0.8% | - |
| XYZ | 47.08 | 55.42 | 33.03 | - |
| YUV | 191.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 140 | 0.07 | 0 | 0.31 | 0.20 | 73.33 | 0.38 | 0.67 |
| Hex | BD | CB | 8C | 7 | 0 | 1F | 14 | 49 | 26 | 43 |
| Octal | 275 | 313 | 214 | 7 | 0 | 37 | 24 | 111 | 46 | 103 |
| Binary | 10111101 | 11001011 | 10001100 | 111 | 0 | 11111 | 10100 | 1001001 | 100110 | 1000011 |
Color Harmonies of #BDCB8C
Complementary color
Monochromatic Colors of #BDCB8C
Black with #BDCB8C
Text Example
Text Example
White with #BDCB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB8C; }
p { color: rgb(189,203,140); }
H1.HeaderClassName
{
color: #BDCB8C;
}
.AnyTagClassName
{
color: #BDCB8C;
}
</style>
background-color css
<style>
a { background-color: #BDCB8C; }
a { background-color: rgb(189,203,140); }
div.DivClassName
{
background-color: #BDCB8C;
}
.BgClassName
{
background-color: #BDCB8C;
}
</style>
border-color css
<style>
span { border-color: #BDCB8C; }
span { border-color: rgb(189,203,140); }
td.TdClassName
{
border-color: #BDCB8C;
}
.TagClassName
{
border-color: #BDCB8C;
}
</style>