Shades of Conifer #BCEC55
Tints of Conifer #BCEC55
RGB
CMYK
RGB Variations
Color information
#BCEC55 (or 0xBCEC55) is known color: Conifer. HEX triplet: BC, EC and 55. RGB value is (188,236,85). Sum of RGB (Red+Green+Blue) = 188+236+85=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC55 is #4313AA. Grayscale: #CCCCCC. Windows color (decimal): -4395947 or 5631164. OLE color: 5631164.
HSL color Cylindrical-coordinate representation of color #BCEC55: hue angle of 79.07º 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 #BCEC55 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 85 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.07 |
| HSL | 79.07º | 0.8% | 0.63% | - |
| HSV(B) | 79.07º | 0.64% | 0.93% | - |
| XYZ | 52.37 | 71.34 | 19.6 | - |
| YUV | 204.43 | 60.6 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 85 | 0.20 | 0 | 0.64 | 0.07 | 79.07 | 0.8 | 0.63 |
| Hex | BC | EC | 55 | 14 | 0 | 40 | 7 | 4F | 50 | 3F |
| Octal | 274 | 354 | 125 | 24 | 0 | 100 | 7 | 117 | 120 | 77 |
| Binary | 10111100 | 11101100 | 1010101 | 10100 | 0 | 1000000 | 111 | 1001111 | 1010000 | 111111 |
Color Harmonies of #BCEC55
Complementary color
Monochromatic Colors of #BCEC55
Black with #BCEC55
Text Example
Text Example
White with #BCEC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC55; }
p { color: rgb(188,236,85); }
H1.HeaderClassName
{
color: #BCEC55;
}
.AnyTagClassName
{
color: #BCEC55;
}
</style>
background-color css
<style>
a { background-color: #BCEC55; }
a { background-color: rgb(188,236,85); }
div.DivClassName
{
background-color: #BCEC55;
}
.BgClassName
{
background-color: #BCEC55;
}
</style>
border-color css
<style>
span { border-color: #BCEC55; }
span { border-color: rgb(188,236,85); }
td.TdClassName
{
border-color: #BCEC55;
}
.TagClassName
{
border-color: #BCEC55;
}
</style>