Shades of Conifer #BCD656
Tints of Conifer #BCD656
RGB
CMYK
RGB Variations
Color information
#BCD656 (or 0xBCD656) is known color: Conifer. HEX triplet: BC, D6 and 56. RGB value is (188,214,86). Sum of RGB (Red+Green+Blue) = 188+214+86=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD656 is #4329A9. Grayscale: #C0C0C0. Windows color (decimal): -4401578 or 5691068. OLE color: 5691068.
HSL color Cylindrical-coordinate representation of color #BCD656: hue angle of 72.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCD656 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 86 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.16 |
| HSL | 72.19º | 0.61% | 0.59% | - |
| HSV(B) | 72.19º | 0.6% | 0.84% | - |
| XYZ | 46.47 | 59.46 | 17.83 | - |
| YUV | 191.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 86 | 0.12 | 0 | 0.60 | 0.16 | 72.19 | 0.61 | 0.59 |
| Hex | BC | D6 | 56 | C | 0 | 3C | 10 | 48 | 3D | 3B |
| Octal | 274 | 326 | 126 | 14 | 0 | 74 | 20 | 110 | 75 | 73 |
| Binary | 10111100 | 11010110 | 1010110 | 1100 | 0 | 111100 | 10000 | 1001000 | 111101 | 111011 |
Color Harmonies of #BCD656
Complementary color
Monochromatic Colors of #BCD656
Black with #BCD656
Text Example
Text Example
White with #BCD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD656; }
p { color: rgb(188,214,86); }
H1.HeaderClassName
{
color: #BCD656;
}
.AnyTagClassName
{
color: #BCD656;
}
</style>
background-color css
<style>
a { background-color: #BCD656; }
a { background-color: rgb(188,214,86); }
div.DivClassName
{
background-color: #BCD656;
}
.BgClassName
{
background-color: #BCD656;
}
</style>
border-color css
<style>
span { border-color: #BCD656; }
span { border-color: rgb(188,214,86); }
td.TdClassName
{
border-color: #BCD656;
}
.TagClassName
{
border-color: #BCD656;
}
</style>