Shades of Green Mist #BDC592
Tints of Green Mist #BDC592
RGB
CMYK
RGB Variations
Color information
#BDC592 (or 0xBDC592) is known color: Green Mist. HEX triplet: BD, C5 and 92. RGB value is (189,197,146). Sum of RGB (Red+Green+Blue) = 189+197+146=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC592 is #423A6D. Grayscale: #BCBCBC. Windows color (decimal): -4340334 or 9618877. OLE color: 9618877.
HSL color Cylindrical-coordinate representation of color #BDC592: hue angle of 69.41º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC592 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 146 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.23 |
| HSL | 69.41º | 0.31% | 0.67% | - |
| HSV(B) | 69.41º | 0.26% | 0.77% | - |
| XYZ | 46.14 | 52.83 | 34.96 | - |
| YUV | 188.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 146 | 0.04 | 0 | 0.26 | 0.23 | 69.41 | 0.31 | 0.67 |
| Hex | BD | C5 | 92 | 4 | 0 | 1A | 17 | 45 | 1F | 43 |
| Octal | 275 | 305 | 222 | 4 | 0 | 32 | 27 | 105 | 37 | 103 |
| Binary | 10111101 | 11000101 | 10010010 | 100 | 0 | 11010 | 10111 | 1000101 | 11111 | 1000011 |
Color Harmonies of #BDC592
Complementary color
Monochromatic Colors of #BDC592
Black with #BDC592
Text Example
Text Example
White with #BDC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC592; }
p { color: rgb(189,197,146); }
H1.HeaderClassName
{
color: #BDC592;
}
.AnyTagClassName
{
color: #BDC592;
}
</style>
background-color css
<style>
a { background-color: #BDC592; }
a { background-color: rgb(189,197,146); }
div.DivClassName
{
background-color: #BDC592;
}
.BgClassName
{
background-color: #BDC592;
}
</style>
border-color css
<style>
span { border-color: #BDC592; }
span { border-color: rgb(189,197,146); }
td.TdClassName
{
border-color: #BDC592;
}
.TagClassName
{
border-color: #BDC592;
}
</style>