Shades of Green Mist #BCC68D
Tints of Green Mist #BCC68D
RGB
CMYK
RGB Variations
Color information
#BCC68D (or 0xBCC68D) is known color: Green Mist. HEX triplet: BC, C6 and 8D. RGB value is (188,198,141). Sum of RGB (Red+Green+Blue) = 188+198+141=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC68D is #433972. Grayscale: #BCBCBC. Windows color (decimal): -4405619 or 9291452. OLE color: 9291452.
HSL color Cylindrical-coordinate representation of color #BCC68D: hue angle of 70.53º degrees, saturation: 0.33, 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 #BCC68D is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 141 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.22 |
| HSL | 70.53º | 0.33% | 0.66% | - |
| HSV(B) | 70.53º | 0.29% | 0.78% | - |
| XYZ | 45.74 | 53 | 33.02 | - |
| YUV | 188.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 141 | 0.05 | 0 | 0.29 | 0.22 | 70.53 | 0.33 | 0.66 |
| Hex | BC | C6 | 8D | 5 | 0 | 1D | 16 | 47 | 21 | 42 |
| Octal | 274 | 306 | 215 | 5 | 0 | 35 | 26 | 107 | 41 | 102 |
| Binary | 10111100 | 11000110 | 10001101 | 101 | 0 | 11101 | 10110 | 1000111 | 100001 | 1000010 |
Color Harmonies of #BCC68D
Complementary color
Monochromatic Colors of #BCC68D
Black with #BCC68D
Text Example
Text Example
White with #BCC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC68D; }
p { color: rgb(188,198,141); }
H1.HeaderClassName
{
color: #BCC68D;
}
.AnyTagClassName
{
color: #BCC68D;
}
</style>
background-color css
<style>
a { background-color: #BCC68D; }
a { background-color: rgb(188,198,141); }
div.DivClassName
{
background-color: #BCC68D;
}
.BgClassName
{
background-color: #BCC68D;
}
</style>
border-color css
<style>
span { border-color: #BCC68D; }
span { border-color: rgb(188,198,141); }
td.TdClassName
{
border-color: #BCC68D;
}
.TagClassName
{
border-color: #BCC68D;
}
</style>