Shades of Green Mist #BDC097
Tints of Green Mist #BDC097
RGB
CMYK
RGB Variations
Color information
#BDC097 (or 0xBDC097) is known color: Green Mist. HEX triplet: BD, C0 and 97. RGB value is (189,192,151). Sum of RGB (Red+Green+Blue) = 189+192+151=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC097 is #423F68. Grayscale: #BABABA. Windows color (decimal): -4341609 or 9945277. OLE color: 9945277.
HSL color Cylindrical-coordinate representation of color #BDC097: hue angle of 64.39º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC097 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 151 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.25 |
| HSL | 64.39º | 0.25% | 0.67% | - |
| HSV(B) | 64.39º | 0.21% | 0.75% | - |
| XYZ | 45.42 | 50.75 | 36.68 | - |
| YUV | 186.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 151 | 0.02 | 0 | 0.21 | 0.25 | 64.39 | 0.25 | 0.67 |
| Hex | BD | C0 | 97 | 2 | 0 | 15 | 19 | 40 | 19 | 43 |
| Octal | 275 | 300 | 227 | 2 | 0 | 25 | 31 | 100 | 31 | 103 |
| Binary | 10111101 | 11000000 | 10010111 | 10 | 0 | 10101 | 11001 | 1000000 | 11001 | 1000011 |
Color Harmonies of #BDC097
Complementary color
Monochromatic Colors of #BDC097
Black with #BDC097
Text Example
Text Example
White with #BDC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC097; }
p { color: rgb(189,192,151); }
H1.HeaderClassName
{
color: #BDC097;
}
.AnyTagClassName
{
color: #BDC097;
}
</style>
background-color css
<style>
a { background-color: #BDC097; }
a { background-color: rgb(189,192,151); }
div.DivClassName
{
background-color: #BDC097;
}
.BgClassName
{
background-color: #BDC097;
}
</style>
border-color css
<style>
span { border-color: #BDC097; }
span { border-color: rgb(189,192,151); }
td.TdClassName
{
border-color: #BDC097;
}
.TagClassName
{
border-color: #BDC097;
}
</style>