Shades of Conifer #BCE85C
Tints of Conifer #BCE85C
RGB
CMYK
RGB Variations
Color information
#BCE85C (or 0xBCE85C) is known color: Conifer. HEX triplet: BC, E8 and 5C. RGB value is (188,232,92). Sum of RGB (Red+Green+Blue) = 188+232+92=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE85C is #4317A3. Grayscale: #CBCBCB. Windows color (decimal): -4396964 or 6088892. OLE color: 6088892.
HSL color Cylindrical-coordinate representation of color #BCE85C: hue angle of 78.86º 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 #BCE85C is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 92 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.09 |
| HSL | 78.86º | 0.75% | 0.64% | - |
| HSV(B) | 78.86º | 0.6% | 0.91% | - |
| XYZ | 51.53 | 69.18 | 20.76 | - |
| YUV | 202.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 92 | 0.19 | 0 | 0.60 | 0.09 | 78.86 | 0.75 | 0.64 |
| Hex | BC | E8 | 5C | 13 | 0 | 3C | 9 | 4F | 4B | 40 |
| Octal | 274 | 350 | 134 | 23 | 0 | 74 | 11 | 117 | 113 | 100 |
| Binary | 10111100 | 11101000 | 1011100 | 10011 | 0 | 111100 | 1001 | 1001111 | 1001011 | 1000000 |
Color Harmonies of #BCE85C
Complementary color
Monochromatic Colors of #BCE85C
Black with #BCE85C
Text Example
Text Example
White with #BCE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE85C; }
p { color: rgb(188,232,92); }
H1.HeaderClassName
{
color: #BCE85C;
}
.AnyTagClassName
{
color: #BCE85C;
}
</style>
background-color css
<style>
a { background-color: #BCE85C; }
a { background-color: rgb(188,232,92); }
div.DivClassName
{
background-color: #BCE85C;
}
.BgClassName
{
background-color: #BCE85C;
}
</style>
border-color css
<style>
span { border-color: #BCE85C; }
span { border-color: rgb(188,232,92); }
td.TdClassName
{
border-color: #BCE85C;
}
.TagClassName
{
border-color: #BCE85C;
}
</style>