Shades of Conifer #BCE157
Tints of Conifer #BCE157
RGB
CMYK
RGB Variations
Color information
#BCE157 (or 0xBCE157) is known color: Conifer. HEX triplet: BC, E1 and 57. RGB value is (188,225,87). Sum of RGB (Red+Green+Blue) = 188+225+87=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE157 is #431EA8. Grayscale: #C6C6C6. Windows color (decimal): -4398761 or 5759420. OLE color: 5759420.
HSL color Cylindrical-coordinate representation of color #BCE157: hue angle of 76.09º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCE157 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 87 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.12 |
| HSL | 76.09º | 0.7% | 0.61% | - |
| HSV(B) | 76.09º | 0.61% | 0.88% | - |
| XYZ | 49.38 | 65.23 | 19 | - |
| YUV | 198.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 87 | 0.16 | 0 | 0.61 | 0.12 | 76.09 | 0.7 | 0.61 |
| Hex | BC | E1 | 57 | 10 | 0 | 3D | C | 4C | 46 | 3D |
| Octal | 274 | 341 | 127 | 20 | 0 | 75 | 14 | 114 | 106 | 75 |
| Binary | 10111100 | 11100001 | 1010111 | 10000 | 0 | 111101 | 1100 | 1001100 | 1000110 | 111101 |
Color Harmonies of #BCE157
Complementary color
Monochromatic Colors of #BCE157
Black with #BCE157
Text Example
Text Example
White with #BCE157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE157; }
p { color: rgb(188,225,87); }
H1.HeaderClassName
{
color: #BCE157;
}
.AnyTagClassName
{
color: #BCE157;
}
</style>
background-color css
<style>
a { background-color: #BCE157; }
a { background-color: rgb(188,225,87); }
div.DivClassName
{
background-color: #BCE157;
}
.BgClassName
{
background-color: #BCE157;
}
</style>
border-color css
<style>
span { border-color: #BCE157; }
span { border-color: rgb(188,225,87); }
td.TdClassName
{
border-color: #BCE157;
}
.TagClassName
{
border-color: #BCE157;
}
</style>