Shades of Green Mist #BDC68C
Tints of Green Mist #BDC68C
RGB
CMYK
RGB Variations
Color information
#BDC68C (or 0xBDC68C) is known color: Green Mist. HEX triplet: BD, C6 and 8C. RGB value is (189,198,140). Sum of RGB (Red+Green+Blue) = 189+198+140=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC68C is #423973. Grayscale: #BCBCBC. Windows color (decimal): -4340084 or 9225917. OLE color: 9225917.
HSL color Cylindrical-coordinate representation of color #BDC68C: hue angle of 69.31º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDC68C is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 140 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.22 |
| HSL | 69.31º | 0.34% | 0.66% | - |
| HSV(B) | 69.31º | 0.29% | 0.78% | - |
| XYZ | 45.91 | 53.1 | 32.64 | - |
| YUV | 188.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 140 | 0.05 | 0 | 0.29 | 0.22 | 69.31 | 0.34 | 0.66 |
| Hex | BD | C6 | 8C | 5 | 0 | 1D | 16 | 45 | 22 | 42 |
| Octal | 275 | 306 | 214 | 5 | 0 | 35 | 26 | 105 | 42 | 102 |
| Binary | 10111101 | 11000110 | 10001100 | 101 | 0 | 11101 | 10110 | 1000101 | 100010 | 1000010 |
Color Harmonies of #BDC68C
Complementary color
Monochromatic Colors of #BDC68C
Black with #BDC68C
Text Example
Text Example
White with #BDC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC68C; }
p { color: rgb(189,198,140); }
H1.HeaderClassName
{
color: #BDC68C;
}
.AnyTagClassName
{
color: #BDC68C;
}
</style>
background-color css
<style>
a { background-color: #BDC68C; }
a { background-color: rgb(189,198,140); }
div.DivClassName
{
background-color: #BDC68C;
}
.BgClassName
{
background-color: #BDC68C;
}
</style>
border-color css
<style>
span { border-color: #BDC68C; }
span { border-color: rgb(189,198,140); }
td.TdClassName
{
border-color: #BDC68C;
}
.TagClassName
{
border-color: #BDC68C;
}
</style>