Shades of Conifer #BCD64E
Tints of Conifer #BCD64E
RGB
CMYK
RGB Variations
Color information
#BCD64E (or 0xBCD64E) is known color: Conifer. HEX triplet: BC, D6 and 4E. RGB value is (188,214,78). Sum of RGB (Red+Green+Blue) = 188+214+78=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD64E is #4329B1. Grayscale: #BFBFBF. Windows color (decimal): -4401586 or 5166780. OLE color: 5166780.
HSL color Cylindrical-coordinate representation of color #BCD64E: hue angle of 71.47º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCD64E is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 78 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.16 |
| HSL | 71.47º | 0.62% | 0.57% | - |
| HSV(B) | 71.47º | 0.64% | 0.84% | - |
| XYZ | 46.16 | 59.33 | 16.23 | - |
| YUV | 190.72 | 64.39 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 78 | 0.12 | 0 | 0.64 | 0.16 | 71.47 | 0.62 | 0.57 |
| Hex | BC | D6 | 4E | C | 0 | 40 | 10 | 47 | 3E | 39 |
| Octal | 274 | 326 | 116 | 14 | 0 | 100 | 20 | 107 | 76 | 71 |
| Binary | 10111100 | 11010110 | 1001110 | 1100 | 0 | 1000000 | 10000 | 1000111 | 111110 | 111001 |
Color Harmonies of #BCD64E
Complementary color
Monochromatic Colors of #BCD64E
Black with #BCD64E
Text Example
Text Example
White with #BCD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD64E; }
p { color: rgb(188,214,78); }
H1.HeaderClassName
{
color: #BCD64E;
}
.AnyTagClassName
{
color: #BCD64E;
}
</style>
background-color css
<style>
a { background-color: #BCD64E; }
a { background-color: rgb(188,214,78); }
div.DivClassName
{
background-color: #BCD64E;
}
.BgClassName
{
background-color: #BCD64E;
}
</style>
border-color css
<style>
span { border-color: #BCD64E; }
span { border-color: rgb(188,214,78); }
td.TdClassName
{
border-color: #BCD64E;
}
.TagClassName
{
border-color: #BCD64E;
}
</style>