Shades of Green Mist #BDC597
Tints of Green Mist #BDC597
RGB
CMYK
RGB Variations
Color information
#BDC597 (or 0xBDC597) is known color: Green Mist. HEX triplet: BD, C5 and 97. RGB value is (189,197,151). Sum of RGB (Red+Green+Blue) = 189+197+151=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC597 is #423A68. Grayscale: #BDBDBD. Windows color (decimal): -4340329 or 9946557. OLE color: 9946557.
HSL color Cylindrical-coordinate representation of color #BDC597: hue angle of 70.43º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC597 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 151 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.23 |
| HSL | 70.43º | 0.28% | 0.68% | - |
| HSV(B) | 70.43º | 0.23% | 0.77% | - |
| XYZ | 46.54 | 52.99 | 37.05 | - |
| YUV | 189.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 151 | 0.04 | 0 | 0.23 | 0.23 | 70.43 | 0.28 | 0.68 |
| Hex | BD | C5 | 97 | 4 | 0 | 17 | 17 | 46 | 1C | 44 |
| Octal | 275 | 305 | 227 | 4 | 0 | 27 | 27 | 106 | 34 | 104 |
| Binary | 10111101 | 11000101 | 10010111 | 100 | 0 | 10111 | 10111 | 1000110 | 11100 | 1000100 |
Color Harmonies of #BDC597
Complementary color
Monochromatic Colors of #BDC597
Black with #BDC597
Text Example
Text Example
White with #BDC597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC597; }
p { color: rgb(189,197,151); }
H1.HeaderClassName
{
color: #BDC597;
}
.AnyTagClassName
{
color: #BDC597;
}
</style>
background-color css
<style>
a { background-color: #BDC597; }
a { background-color: rgb(189,197,151); }
div.DivClassName
{
background-color: #BDC597;
}
.BgClassName
{
background-color: #BDC597;
}
</style>
border-color css
<style>
span { border-color: #BDC597; }
span { border-color: rgb(189,197,151); }
td.TdClassName
{
border-color: #BDC597;
}
.TagClassName
{
border-color: #BDC597;
}
</style>