Shades of Green Mist #BDC397
Tints of Green Mist #BDC397
RGB
CMYK
RGB Variations
Color information
#BDC397 (or 0xBDC397) is known color: Green Mist. HEX triplet: BD, C3 and 97. RGB value is (189,195,151). Sum of RGB (Red+Green+Blue) = 189+195+151=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC397 is #423C68. Grayscale: #BCBCBC. Windows color (decimal): -4340841 or 9946045. OLE color: 9946045.
HSL color Cylindrical-coordinate representation of color #BDC397: hue angle of 68.18º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC397 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 151 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.24 |
| HSL | 68.18º | 0.27% | 0.68% | - |
| HSV(B) | 68.18º | 0.23% | 0.76% | - |
| XYZ | 46.09 | 52.08 | 36.9 | - |
| YUV | 188.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 151 | 0.03 | 0 | 0.23 | 0.24 | 68.18 | 0.27 | 0.68 |
| Hex | BD | C3 | 97 | 3 | 0 | 17 | 18 | 44 | 1B | 44 |
| Octal | 275 | 303 | 227 | 3 | 0 | 27 | 30 | 104 | 33 | 104 |
| Binary | 10111101 | 11000011 | 10010111 | 11 | 0 | 10111 | 11000 | 1000100 | 11011 | 1000100 |
Color Harmonies of #BDC397
Complementary color
Monochromatic Colors of #BDC397
Black with #BDC397
Text Example
Text Example
White with #BDC397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC397; }
p { color: rgb(189,195,151); }
H1.HeaderClassName
{
color: #BDC397;
}
.AnyTagClassName
{
color: #BDC397;
}
</style>
background-color css
<style>
a { background-color: #BDC397; }
a { background-color: rgb(189,195,151); }
div.DivClassName
{
background-color: #BDC397;
}
.BgClassName
{
background-color: #BDC397;
}
</style>
border-color css
<style>
span { border-color: #BDC397; }
span { border-color: rgb(189,195,151); }
td.TdClassName
{
border-color: #BDC397;
}
.TagClassName
{
border-color: #BDC397;
}
</style>