Shades of Conifer #BCD756
Tints of Conifer #BCD756
RGB
CMYK
RGB Variations
Color information
#BCD756 (or 0xBCD756) is known color: Conifer. HEX triplet: BC, D7 and 56. RGB value is (188,215,86). Sum of RGB (Red+Green+Blue) = 188+215+86=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD756 is #4328A9. Grayscale: #C0C0C0. Windows color (decimal): -4401322 or 5691324. OLE color: 5691324.
HSL color Cylindrical-coordinate representation of color #BCD756: hue angle of 72.56º degrees, saturation: 0.62, 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 #BCD756 is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 86 | - |
| CMYK | 0.13 | 0 | 0.6 | 0.16 |
| HSL | 72.56º | 0.62% | 0.59% | - |
| HSV(B) | 72.56º | 0.6% | 0.84% | - |
| XYZ | 46.72 | 59.96 | 17.92 | - |
| YUV | 192.22 | 68.05 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 86 | 0.13 | 0 | 0.6 | 0.16 | 72.56 | 0.62 | 0.59 |
| Hex | BC | D7 | 56 | D | 0 | 3C | 10 | 49 | 3E | 3B |
| Octal | 274 | 327 | 126 | 15 | 0 | 74 | 20 | 111 | 76 | 73 |
| Binary | 10111100 | 11010111 | 1010110 | 1101 | 0 | 111100 | 10000 | 1001001 | 111110 | 111011 |
Color Harmonies of #BCD756
Complementary color
Monochromatic Colors of #BCD756
Black with #BCD756
Text Example
Text Example
White with #BCD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD756; }
p { color: rgb(188,215,86); }
H1.HeaderClassName
{
color: #BCD756;
}
.AnyTagClassName
{
color: #BCD756;
}
</style>
background-color css
<style>
a { background-color: #BCD756; }
a { background-color: rgb(188,215,86); }
div.DivClassName
{
background-color: #BCD756;
}
.BgClassName
{
background-color: #BCD756;
}
</style>
border-color css
<style>
span { border-color: #BCD756; }
span { border-color: rgb(188,215,86); }
td.TdClassName
{
border-color: #BCD756;
}
.TagClassName
{
border-color: #BCD756;
}
</style>