Shades of Conifer #BCD856
Tints of Conifer #BCD856
RGB
CMYK
RGB Variations
Color information
#BCD856 (or 0xBCD856) is known color: Conifer. HEX triplet: BC, D8 and 56. RGB value is (188,216,86). Sum of RGB (Red+Green+Blue) = 188+216+86=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD856 is #4327A9. Grayscale: #C1C1C1. Windows color (decimal): -4401066 or 5691580. OLE color: 5691580.
HSL color Cylindrical-coordinate representation of color #BCD856: hue angle of 72.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCD856 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 86 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.15 |
| HSL | 72.92º | 0.63% | 0.59% | - |
| HSV(B) | 72.92º | 0.6% | 0.85% | - |
| XYZ | 46.97 | 60.47 | 18 | - |
| YUV | 192.81 | 67.72 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 86 | 0.13 | 0 | 0.60 | 0.15 | 72.92 | 0.63 | 0.59 |
| Hex | BC | D8 | 56 | D | 0 | 3C | F | 49 | 3E | 3B |
| Octal | 274 | 330 | 126 | 15 | 0 | 74 | 17 | 111 | 76 | 73 |
| Binary | 10111100 | 11011000 | 1010110 | 1101 | 0 | 111100 | 1111 | 1001001 | 111110 | 111011 |
Color Harmonies of #BCD856
Complementary color
Monochromatic Colors of #BCD856
Black with #BCD856
Text Example
Text Example
White with #BCD856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD856; }
p { color: rgb(188,216,86); }
H1.HeaderClassName
{
color: #BCD856;
}
.AnyTagClassName
{
color: #BCD856;
}
</style>
background-color css
<style>
a { background-color: #BCD856; }
a { background-color: rgb(188,216,86); }
div.DivClassName
{
background-color: #BCD856;
}
.BgClassName
{
background-color: #BCD856;
}
</style>
border-color css
<style>
span { border-color: #BCD856; }
span { border-color: rgb(188,216,86); }
td.TdClassName
{
border-color: #BCD856;
}
.TagClassName
{
border-color: #BCD856;
}
</style>