Shades of Conifer #BCD34E
Tints of Conifer #BCD34E
RGB
CMYK
RGB Variations
Color information
#BCD34E (or 0xBCD34E) is known color: Conifer. HEX triplet: BC, D3 and 4E. RGB value is (188,211,78). Sum of RGB (Red+Green+Blue) = 188+211+78=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD34E is #432CB1. Grayscale: #BDBDBD. Windows color (decimal): -4402354 or 5166012. OLE color: 5166012.
HSL color Cylindrical-coordinate representation of color #BCD34E: hue angle of 70.38º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD34E is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 78 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.17 |
| HSL | 70.38º | 0.6% | 0.57% | - |
| HSV(B) | 70.38º | 0.63% | 0.83% | - |
| XYZ | 45.41 | 57.83 | 15.98 | - |
| YUV | 188.96 | 65.38 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 78 | 0.11 | 0 | 0.63 | 0.17 | 70.38 | 0.6 | 0.57 |
| Hex | BC | D3 | 4E | B | 0 | 3F | 11 | 46 | 3C | 39 |
| Octal | 274 | 323 | 116 | 13 | 0 | 77 | 21 | 106 | 74 | 71 |
| Binary | 10111100 | 11010011 | 1001110 | 1011 | 0 | 111111 | 10001 | 1000110 | 111100 | 111001 |
Color Harmonies of #BCD34E
Complementary color
Monochromatic Colors of #BCD34E
Black with #BCD34E
Text Example
Text Example
White with #BCD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD34E; }
p { color: rgb(188,211,78); }
H1.HeaderClassName
{
color: #BCD34E;
}
.AnyTagClassName
{
color: #BCD34E;
}
</style>
background-color css
<style>
a { background-color: #BCD34E; }
a { background-color: rgb(188,211,78); }
div.DivClassName
{
background-color: #BCD34E;
}
.BgClassName
{
background-color: #BCD34E;
}
</style>
border-color css
<style>
span { border-color: #BCD34E; }
span { border-color: rgb(188,211,78); }
td.TdClassName
{
border-color: #BCD34E;
}
.TagClassName
{
border-color: #BCD34E;
}
</style>