Shades of Conifer #BCEC54
Tints of Conifer #BCEC54
RGB
CMYK
RGB Variations
Color information
#BCEC54 (or 0xBCEC54) is known color: Conifer. HEX triplet: BC, EC and 54. RGB value is (188,236,84). Sum of RGB (Red+Green+Blue) = 188+236+84=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC54 is #4313AB. Grayscale: #CCCCCC. Windows color (decimal): -4395948 or 5565628. OLE color: 5565628.
HSL color Cylindrical-coordinate representation of color #BCEC54: hue angle of 78.95º degrees, saturation: 0.8, 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 #BCEC54 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 84 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.07 |
| HSL | 78.95º | 0.8% | 0.63% | - |
| HSV(B) | 78.95º | 0.64% | 0.93% | - |
| XYZ | 52.33 | 71.32 | 19.4 | - |
| YUV | 204.32 | 60.1 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 84 | 0.20 | 0 | 0.64 | 0.07 | 78.95 | 0.8 | 0.63 |
| Hex | BC | EC | 54 | 14 | 0 | 40 | 7 | 4F | 50 | 3F |
| Octal | 274 | 354 | 124 | 24 | 0 | 100 | 7 | 117 | 120 | 77 |
| Binary | 10111100 | 11101100 | 1010100 | 10100 | 0 | 1000000 | 111 | 1001111 | 1010000 | 111111 |
Color Harmonies of #BCEC54
Complementary color
Monochromatic Colors of #BCEC54
Black with #BCEC54
Text Example
Text Example
White with #BCEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC54; }
p { color: rgb(188,236,84); }
H1.HeaderClassName
{
color: #BCEC54;
}
.AnyTagClassName
{
color: #BCEC54;
}
</style>
background-color css
<style>
a { background-color: #BCEC54; }
a { background-color: rgb(188,236,84); }
div.DivClassName
{
background-color: #BCEC54;
}
.BgClassName
{
background-color: #BCEC54;
}
</style>
border-color css
<style>
span { border-color: #BCEC54; }
span { border-color: rgb(188,236,84); }
td.TdClassName
{
border-color: #BCEC54;
}
.TagClassName
{
border-color: #BCEC54;
}
</style>