Shades of Conifer #BCE85D
Tints of Conifer #BCE85D
RGB
CMYK
RGB Variations
Color information
#BCE85D (or 0xBCE85D) is known color: Conifer. HEX triplet: BC, E8 and 5D. RGB value is (188,232,93). Sum of RGB (Red+Green+Blue) = 188+232+93=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE85D is #4317A2. Grayscale: #CBCBCB. Windows color (decimal): -4396963 or 6154428. OLE color: 6154428.
HSL color Cylindrical-coordinate representation of color #BCE85D: hue angle of 78.99º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCE85D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 93 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.09 |
| HSL | 78.99º | 0.75% | 0.64% | - |
| HSV(B) | 78.99º | 0.6% | 0.91% | - |
| XYZ | 51.57 | 69.19 | 20.99 | - |
| YUV | 203 | 65.92 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 93 | 0.19 | 0 | 0.60 | 0.09 | 78.99 | 0.75 | 0.64 |
| Hex | BC | E8 | 5D | 13 | 0 | 3C | 9 | 4F | 4B | 40 |
| Octal | 274 | 350 | 135 | 23 | 0 | 74 | 11 | 117 | 113 | 100 |
| Binary | 10111100 | 11101000 | 1011101 | 10011 | 0 | 111100 | 1001 | 1001111 | 1001011 | 1000000 |
Color Harmonies of #BCE85D
Complementary color
Monochromatic Colors of #BCE85D
Black with #BCE85D
Text Example
Text Example
White with #BCE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE85D; }
p { color: rgb(188,232,93); }
H1.HeaderClassName
{
color: #BCE85D;
}
.AnyTagClassName
{
color: #BCE85D;
}
</style>
background-color css
<style>
a { background-color: #BCE85D; }
a { background-color: rgb(188,232,93); }
div.DivClassName
{
background-color: #BCE85D;
}
.BgClassName
{
background-color: #BCE85D;
}
</style>
border-color css
<style>
span { border-color: #BCE85D; }
span { border-color: rgb(188,232,93); }
td.TdClassName
{
border-color: #BCE85D;
}
.TagClassName
{
border-color: #BCE85D;
}
</style>