Shades of Conifer #BCE046
Tints of Conifer #BCE046
RGB
CMYK
RGB Variations
Color information
#BCE046 (or 0xBCE046) is known color: Conifer. HEX triplet: BC, E0 and 46. RGB value is (188,224,70). Sum of RGB (Red+Green+Blue) = 188+224+70=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE046 is #431FB9. Grayscale: #C4C4C4. Windows color (decimal): -4399034 or 4645052. OLE color: 4645052.
HSL color Cylindrical-coordinate representation of color #BCE046: hue angle of 74.03º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCE046 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 70 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.12 |
| HSL | 74.03º | 0.71% | 0.58% | - |
| HSV(B) | 74.03º | 0.69% | 0.88% | - |
| XYZ | 48.5 | 64.44 | 15.68 | - |
| YUV | 195.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 70 | 0.16 | 0 | 0.69 | 0.12 | 74.03 | 0.71 | 0.58 |
| Hex | BC | E0 | 46 | 10 | 0 | 45 | C | 4A | 47 | 3A |
| Octal | 274 | 340 | 106 | 20 | 0 | 105 | 14 | 112 | 107 | 72 |
| Binary | 10111100 | 11100000 | 1000110 | 10000 | 0 | 1000101 | 1100 | 1001010 | 1000111 | 111010 |
Color Harmonies of #BCE046
Complementary color
Monochromatic Colors of #BCE046
Black with #BCE046
Text Example
Text Example
White with #BCE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE046; }
p { color: rgb(188,224,70); }
H1.HeaderClassName
{
color: #BCE046;
}
.AnyTagClassName
{
color: #BCE046;
}
</style>
background-color css
<style>
a { background-color: #BCE046; }
a { background-color: rgb(188,224,70); }
div.DivClassName
{
background-color: #BCE046;
}
.BgClassName
{
background-color: #BCE046;
}
</style>
border-color css
<style>
span { border-color: #BCE046; }
span { border-color: rgb(188,224,70); }
td.TdClassName
{
border-color: #BCE046;
}
.TagClassName
{
border-color: #BCE046;
}
</style>