Shades of Conifer #BCE155
Tints of Conifer #BCE155
RGB
CMYK
RGB Variations
Color information
#BCE155 (or 0xBCE155) is known color: Conifer. HEX triplet: BC, E1 and 55. RGB value is (188,225,85). Sum of RGB (Red+Green+Blue) = 188+225+85=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE155 is #431EAA. Grayscale: #C6C6C6. Windows color (decimal): -4398763 or 5628348. OLE color: 5628348.
HSL color Cylindrical-coordinate representation of color #BCE155: hue angle of 75.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCE155 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 85 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.12 |
| HSL | 75.86º | 0.7% | 0.61% | - |
| HSV(B) | 75.86º | 0.62% | 0.88% | - |
| XYZ | 49.3 | 65.2 | 18.58 | - |
| YUV | 197.98 | 64.24 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 85 | 0.16 | 0 | 0.62 | 0.12 | 75.86 | 0.7 | 0.61 |
| Hex | BC | E1 | 55 | 10 | 0 | 3E | C | 4C | 46 | 3D |
| Octal | 274 | 341 | 125 | 20 | 0 | 76 | 14 | 114 | 106 | 75 |
| Binary | 10111100 | 11100001 | 1010101 | 10000 | 0 | 111110 | 1100 | 1001100 | 1000110 | 111101 |
Color Harmonies of #BCE155
Complementary color
Monochromatic Colors of #BCE155
Black with #BCE155
Text Example
Text Example
White with #BCE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE155; }
p { color: rgb(188,225,85); }
H1.HeaderClassName
{
color: #BCE155;
}
.AnyTagClassName
{
color: #BCE155;
}
</style>
background-color css
<style>
a { background-color: #BCE155; }
a { background-color: rgb(188,225,85); }
div.DivClassName
{
background-color: #BCE155;
}
.BgClassName
{
background-color: #BCE155;
}
</style>
border-color css
<style>
span { border-color: #BCE155; }
span { border-color: rgb(188,225,85); }
td.TdClassName
{
border-color: #BCE155;
}
.TagClassName
{
border-color: #BCE155;
}
</style>