Shades of Green Mist #BDC692
Tints of Green Mist #BDC692
RGB
CMYK
RGB Variations
Color information
#BDC692 (or 0xBDC692) is known color: Green Mist. HEX triplet: BD, C6 and 92. RGB value is (189,198,146). Sum of RGB (Red+Green+Blue) = 189+198+146=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC692 is #42396D. Grayscale: #BDBDBD. Windows color (decimal): -4340078 or 9619133. OLE color: 9619133.
HSL color Cylindrical-coordinate representation of color #BDC692: hue angle of 70.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC692 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 146 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.22 |
| HSL | 70.38º | 0.31% | 0.67% | - |
| HSV(B) | 70.38º | 0.26% | 0.78% | - |
| XYZ | 46.37 | 53.28 | 35.03 | - |
| YUV | 189.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 146 | 0.05 | 0 | 0.26 | 0.22 | 70.38 | 0.31 | 0.67 |
| Hex | BD | C6 | 92 | 5 | 0 | 1A | 16 | 46 | 1F | 43 |
| Octal | 275 | 306 | 222 | 5 | 0 | 32 | 26 | 106 | 37 | 103 |
| Binary | 10111101 | 11000110 | 10010010 | 101 | 0 | 11010 | 10110 | 1000110 | 11111 | 1000011 |
Color Harmonies of #BDC692
Complementary color
Monochromatic Colors of #BDC692
Black with #BDC692
Text Example
Text Example
White with #BDC692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC692; }
p { color: rgb(189,198,146); }
H1.HeaderClassName
{
color: #BDC692;
}
.AnyTagClassName
{
color: #BDC692;
}
</style>
background-color css
<style>
a { background-color: #BDC692; }
a { background-color: rgb(189,198,146); }
div.DivClassName
{
background-color: #BDC692;
}
.BgClassName
{
background-color: #BDC692;
}
</style>
border-color css
<style>
span { border-color: #BDC692; }
span { border-color: rgb(189,198,146); }
td.TdClassName
{
border-color: #BDC692;
}
.TagClassName
{
border-color: #BDC692;
}
</style>