Shades of Conifer #BCED56
Tints of Conifer #BCED56
RGB
CMYK
RGB Variations
Color information
#BCED56 (or 0xBCED56) is known color: Conifer. HEX triplet: BC, ED and 56. RGB value is (188,237,86). Sum of RGB (Red+Green+Blue) = 188+237+86=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED56 is #4312A9. Grayscale: #CDCDCD. Windows color (decimal): -4395690 or 5696956. OLE color: 5696956.
HSL color Cylindrical-coordinate representation of color #BCED56: hue angle of 79.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCED56 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 86 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.07 |
| HSL | 79.47º | 0.81% | 0.63% | - |
| HSV(B) | 79.47º | 0.64% | 0.93% | - |
| XYZ | 52.7 | 71.93 | 19.91 | - |
| YUV | 205.14 | 60.77 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 86 | 0.21 | 0 | 0.64 | 0.07 | 79.47 | 0.81 | 0.63 |
| Hex | BC | ED | 56 | 15 | 0 | 40 | 7 | 4F | 51 | 3F |
| Octal | 274 | 355 | 126 | 25 | 0 | 100 | 7 | 117 | 121 | 77 |
| Binary | 10111100 | 11101101 | 1010110 | 10101 | 0 | 1000000 | 111 | 1001111 | 1010001 | 111111 |
Color Harmonies of #BCED56
Complementary color
Monochromatic Colors of #BCED56
Black with #BCED56
Text Example
Text Example
White with #BCED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED56; }
p { color: rgb(188,237,86); }
H1.HeaderClassName
{
color: #BCED56;
}
.AnyTagClassName
{
color: #BCED56;
}
</style>
background-color css
<style>
a { background-color: #BCED56; }
a { background-color: rgb(188,237,86); }
div.DivClassName
{
background-color: #BCED56;
}
.BgClassName
{
background-color: #BCED56;
}
</style>
border-color css
<style>
span { border-color: #BCED56; }
span { border-color: rgb(188,237,86); }
td.TdClassName
{
border-color: #BCED56;
}
.TagClassName
{
border-color: #BCED56;
}
</style>