Shades of Conifer #BCEC5C
Tints of Conifer #BCEC5C
RGB
CMYK
RGB Variations
Color information
#BCEC5C (or 0xBCEC5C) is known color: Conifer. HEX triplet: BC, EC and 5C. RGB value is (188,236,92). Sum of RGB (Red+Green+Blue) = 188+236+92=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC5C is #4313A3. Grayscale: #CDCDCD. Windows color (decimal): -4395940 or 6089916. OLE color: 6089916.
HSL color Cylindrical-coordinate representation of color #BCEC5C: hue angle of 80º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCEC5C is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 92 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.07 |
| HSL | 80º | 0.79% | 0.64% | - |
| HSV(B) | 80º | 0.61% | 0.93% | - |
| XYZ | 52.67 | 71.45 | 21.14 | - |
| YUV | 205.23 | 64.1 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 92 | 0.20 | 0 | 0.61 | 0.07 | 80 | 0.79 | 0.64 |
| Hex | BC | EC | 5C | 14 | 0 | 3D | 7 | 50 | 4F | 40 |
| Octal | 274 | 354 | 134 | 24 | 0 | 75 | 7 | 120 | 117 | 100 |
| Binary | 10111100 | 11101100 | 1011100 | 10100 | 0 | 111101 | 111 | 1010000 | 1001111 | 1000000 |
Color Harmonies of #BCEC5C
Complementary color
Monochromatic Colors of #BCEC5C
Black with #BCEC5C
Text Example
Text Example
White with #BCEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC5C; }
p { color: rgb(188,236,92); }
H1.HeaderClassName
{
color: #BCEC5C;
}
.AnyTagClassName
{
color: #BCEC5C;
}
</style>
background-color css
<style>
a { background-color: #BCEC5C; }
a { background-color: rgb(188,236,92); }
div.DivClassName
{
background-color: #BCEC5C;
}
.BgClassName
{
background-color: #BCEC5C;
}
</style>
border-color css
<style>
span { border-color: #BCEC5C; }
span { border-color: rgb(188,236,92); }
td.TdClassName
{
border-color: #BCEC5C;
}
.TagClassName
{
border-color: #BCEC5C;
}
</style>