Shades of Conifer #BCEC49
Tints of Conifer #BCEC49
RGB
CMYK
RGB Variations
Color information
#BCEC49 (or 0xBCEC49) is known color: Conifer. HEX triplet: BC, EC and 49. RGB value is (188,236,73). Sum of RGB (Red+Green+Blue) = 188+236+73=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC49 is #4313B6. Grayscale: #CBCBCB. Windows color (decimal): -4395959 or 4844732. OLE color: 4844732.
HSL color Cylindrical-coordinate representation of color #BCEC49: hue angle of 77.67º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCEC49 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 73 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.07 |
| HSL | 77.67º | 0.81% | 0.61% | - |
| HSV(B) | 77.67º | 0.69% | 0.93% | - |
| XYZ | 51.94 | 71.16 | 17.3 | - |
| YUV | 203.07 | 54.6 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 73 | 0.20 | 0 | 0.69 | 0.07 | 77.67 | 0.81 | 0.61 |
| Hex | BC | EC | 49 | 14 | 0 | 45 | 7 | 4E | 51 | 3D |
| Octal | 274 | 354 | 111 | 24 | 0 | 105 | 7 | 116 | 121 | 75 |
| Binary | 10111100 | 11101100 | 1001001 | 10100 | 0 | 1000101 | 111 | 1001110 | 1010001 | 111101 |
Color Harmonies of #BCEC49
Complementary color
Monochromatic Colors of #BCEC49
Black with #BCEC49
Text Example
Text Example
White with #BCEC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC49; }
p { color: rgb(188,236,73); }
H1.HeaderClassName
{
color: #BCEC49;
}
.AnyTagClassName
{
color: #BCEC49;
}
</style>
background-color css
<style>
a { background-color: #BCEC49; }
a { background-color: rgb(188,236,73); }
div.DivClassName
{
background-color: #BCEC49;
}
.BgClassName
{
background-color: #BCEC49;
}
</style>
border-color css
<style>
span { border-color: #BCEC49; }
span { border-color: rgb(188,236,73); }
td.TdClassName
{
border-color: #BCEC49;
}
.TagClassName
{
border-color: #BCEC49;
}
</style>