Shades of Green Mist #BDC099
Tints of Green Mist #BDC099
RGB
CMYK
RGB Variations
Color information
#BDC099 (or 0xBDC099) is known color: Green Mist. HEX triplet: BD, C0 and 99. RGB value is (189,192,153). Sum of RGB (Red+Green+Blue) = 189+192+153=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC099 is #423F66. Grayscale: #BABABA. Windows color (decimal): -4341607 or 10076349. OLE color: 10076349.
HSL color Cylindrical-coordinate representation of color #BDC099: hue angle of 64.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC099 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 153 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.25 |
| HSL | 64.62º | 0.24% | 0.68% | - |
| HSV(B) | 64.62º | 0.2% | 0.75% | - |
| XYZ | 45.59 | 50.82 | 37.54 | - |
| YUV | 186.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 153 | 0.02 | 0 | 0.20 | 0.25 | 64.62 | 0.24 | 0.68 |
| Hex | BD | C0 | 99 | 2 | 0 | 14 | 19 | 41 | 18 | 44 |
| Octal | 275 | 300 | 231 | 2 | 0 | 24 | 31 | 101 | 30 | 104 |
| Binary | 10111101 | 11000000 | 10011001 | 10 | 0 | 10100 | 11001 | 1000001 | 11000 | 1000100 |
Color Harmonies of #BDC099
Complementary color
Monochromatic Colors of #BDC099
Black with #BDC099
Text Example
Text Example
White with #BDC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC099; }
p { color: rgb(189,192,153); }
H1.HeaderClassName
{
color: #BDC099;
}
.AnyTagClassName
{
color: #BDC099;
}
</style>
background-color css
<style>
a { background-color: #BDC099; }
a { background-color: rgb(189,192,153); }
div.DivClassName
{
background-color: #BDC099;
}
.BgClassName
{
background-color: #BDC099;
}
</style>
border-color css
<style>
span { border-color: #BDC099; }
span { border-color: rgb(189,192,153); }
td.TdClassName
{
border-color: #BDC099;
}
.TagClassName
{
border-color: #BDC099;
}
</style>