Shades of Conifer #BCEC5D
Tints of Conifer #BCEC5D
RGB
CMYK
RGB Variations
Color information
#BCEC5D (or 0xBCEC5D) is known color: Conifer. HEX triplet: BC, EC and 5D. RGB value is (188,236,93). Sum of RGB (Red+Green+Blue) = 188+236+93=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC5D is #4313A2. Grayscale: #CDCDCD. Windows color (decimal): -4395939 or 6155452. OLE color: 6155452.
HSL color Cylindrical-coordinate representation of color #BCEC5D: hue angle of 80.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCEC5D is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 93 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.07 |
| HSL | 80.14º | 0.79% | 0.65% | - |
| HSV(B) | 80.14º | 0.61% | 0.93% | - |
| XYZ | 52.71 | 71.47 | 21.37 | - |
| YUV | 205.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 93 | 0.20 | 0 | 0.61 | 0.07 | 80.14 | 0.79 | 0.65 |
| Hex | BC | EC | 5D | 14 | 0 | 3D | 7 | 50 | 4F | 41 |
| Octal | 274 | 354 | 135 | 24 | 0 | 75 | 7 | 120 | 117 | 101 |
| Binary | 10111100 | 11101100 | 1011101 | 10100 | 0 | 111101 | 111 | 1010000 | 1001111 | 1000001 |
Color Harmonies of #BCEC5D
Complementary color
Monochromatic Colors of #BCEC5D
Black with #BCEC5D
Text Example
Text Example
White with #BCEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC5D; }
p { color: rgb(188,236,93); }
H1.HeaderClassName
{
color: #BCEC5D;
}
.AnyTagClassName
{
color: #BCEC5D;
}
</style>
background-color css
<style>
a { background-color: #BCEC5D; }
a { background-color: rgb(188,236,93); }
div.DivClassName
{
background-color: #BCEC5D;
}
.BgClassName
{
background-color: #BCEC5D;
}
</style>
border-color css
<style>
span { border-color: #BCEC5D; }
span { border-color: rgb(188,236,93); }
td.TdClassName
{
border-color: #BCEC5D;
}
.TagClassName
{
border-color: #BCEC5D;
}
</style>