Shades of Green Mist #BDC69A
Tints of Green Mist #BDC69A
RGB
CMYK
RGB Variations
Color information
#BDC69A (or 0xBDC69A) is known color: Green Mist. HEX triplet: BD, C6 and 9A. RGB value is (189,198,154). Sum of RGB (Red+Green+Blue) = 189+198+154=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC69A is #423965. Grayscale: #BEBEBE. Windows color (decimal): -4340070 or 10143421. OLE color: 10143421.
HSL color Cylindrical-coordinate representation of color #BDC69A: hue angle of 72.27º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC69A is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 154 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.22 |
| HSL | 72.27º | 0.28% | 0.69% | - |
| HSV(B) | 72.27º | 0.22% | 0.78% | - |
| XYZ | 47.01 | 53.54 | 38.43 | - |
| YUV | 190.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 154 | 0.05 | 0 | 0.22 | 0.22 | 72.27 | 0.28 | 0.69 |
| Hex | BD | C6 | 9A | 5 | 0 | 16 | 16 | 48 | 1C | 45 |
| Octal | 275 | 306 | 232 | 5 | 0 | 26 | 26 | 110 | 34 | 105 |
| Binary | 10111101 | 11000110 | 10011010 | 101 | 0 | 10110 | 10110 | 1001000 | 11100 | 1000101 |
Color Harmonies of #BDC69A
Complementary color
Monochromatic Colors of #BDC69A
Black with #BDC69A
Text Example
Text Example
White with #BDC69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC69A; }
p { color: rgb(189,198,154); }
H1.HeaderClassName
{
color: #BDC69A;
}
.AnyTagClassName
{
color: #BDC69A;
}
</style>
background-color css
<style>
a { background-color: #BDC69A; }
a { background-color: rgb(189,198,154); }
div.DivClassName
{
background-color: #BDC69A;
}
.BgClassName
{
background-color: #BDC69A;
}
</style>
border-color css
<style>
span { border-color: #BDC69A; }
span { border-color: rgb(189,198,154); }
td.TdClassName
{
border-color: #BDC69A;
}
.TagClassName
{
border-color: #BDC69A;
}
</style>