Shades of Conifer #BCE056
Tints of Conifer #BCE056
RGB
CMYK
RGB Variations
Color information
#BCE056 (or 0xBCE056) is known color: Conifer. HEX triplet: BC, E0 and 56. RGB value is (188,224,86). Sum of RGB (Red+Green+Blue) = 188+224+86=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE056 is #431FA9. Grayscale: #C6C6C6. Windows color (decimal): -4399018 or 5693628. OLE color: 5693628.
HSL color Cylindrical-coordinate representation of color #BCE056: hue angle of 75.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCE056 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 86 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.12 |
| HSL | 75.65º | 0.69% | 0.61% | - |
| HSV(B) | 75.65º | 0.62% | 0.88% | - |
| XYZ | 49.07 | 64.67 | 18.7 | - |
| YUV | 197.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 86 | 0.16 | 0 | 0.62 | 0.12 | 75.65 | 0.69 | 0.61 |
| Hex | BC | E0 | 56 | 10 | 0 | 3E | C | 4C | 45 | 3D |
| Octal | 274 | 340 | 126 | 20 | 0 | 76 | 14 | 114 | 105 | 75 |
| Binary | 10111100 | 11100000 | 1010110 | 10000 | 0 | 111110 | 1100 | 1001100 | 1000101 | 111101 |
Color Harmonies of #BCE056
Complementary color
Monochromatic Colors of #BCE056
Black with #BCE056
Text Example
Text Example
White with #BCE056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE056; }
p { color: rgb(188,224,86); }
H1.HeaderClassName
{
color: #BCE056;
}
.AnyTagClassName
{
color: #BCE056;
}
</style>
background-color css
<style>
a { background-color: #BCE056; }
a { background-color: rgb(188,224,86); }
div.DivClassName
{
background-color: #BCE056;
}
.BgClassName
{
background-color: #BCE056;
}
</style>
border-color css
<style>
span { border-color: #BCE056; }
span { border-color: rgb(188,224,86); }
td.TdClassName
{
border-color: #BCE056;
}
.TagClassName
{
border-color: #BCE056;
}
</style>