Shades of Conifer #BCDD66
Tints of Conifer #BCDD66
RGB
CMYK
RGB Variations
Color information
#BCDD66 (or 0xBCDD66) is known color: Conifer. HEX triplet: BC, DD and 66. RGB value is (188,221,102). Sum of RGB (Red+Green+Blue) = 188+221+102=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD66 is #432299. Grayscale: #C6C6C6. Windows color (decimal): -4399770 or 6741436. OLE color: 6741436.
HSL color Cylindrical-coordinate representation of color #BCDD66: hue angle of 76.64º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCDD66 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 102 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.13 |
| HSL | 76.64º | 0.64% | 0.63% | - |
| HSV(B) | 76.64º | 0.54% | 0.87% | - |
| XYZ | 48.99 | 63.36 | 22.22 | - |
| YUV | 197.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 102 | 0.15 | 0 | 0.54 | 0.13 | 76.64 | 0.64 | 0.63 |
| Hex | BC | DD | 66 | F | 0 | 36 | D | 4D | 40 | 3F |
| Octal | 274 | 335 | 146 | 17 | 0 | 66 | 15 | 115 | 100 | 77 |
| Binary | 10111100 | 11011101 | 1100110 | 1111 | 0 | 110110 | 1101 | 1001101 | 1000000 | 111111 |
Color Harmonies of #BCDD66
Complementary color
Monochromatic Colors of #BCDD66
Black with #BCDD66
Text Example
Text Example
White with #BCDD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD66; }
p { color: rgb(188,221,102); }
H1.HeaderClassName
{
color: #BCDD66;
}
.AnyTagClassName
{
color: #BCDD66;
}
</style>
background-color css
<style>
a { background-color: #BCDD66; }
a { background-color: rgb(188,221,102); }
div.DivClassName
{
background-color: #BCDD66;
}
.BgClassName
{
background-color: #BCDD66;
}
</style>
border-color css
<style>
span { border-color: #BCDD66; }
span { border-color: rgb(188,221,102); }
td.TdClassName
{
border-color: #BCDD66;
}
.TagClassName
{
border-color: #BCDD66;
}
</style>