Shades of Conifer #BCE243
Tints of Conifer #BCE243
RGB
CMYK
RGB Variations
Color information
#BCE243 (or 0xBCE243) is known color: Conifer. HEX triplet: BC, E2 and 43. RGB value is (188,226,67). Sum of RGB (Red+Green+Blue) = 188+226+67=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 67 (26.56% from 255 or 13.93% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE243 is #431DBC. Grayscale: #C5C5C5. Windows color (decimal): -4398525 or 4448956. OLE color: 4448956.
HSL color Cylindrical-coordinate representation of color #BCE243: hue angle of 74.34º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCE243 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 67 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.11 |
| HSL | 74.34º | 0.73% | 0.57% | - |
| HSV(B) | 74.34º | 0.7% | 0.89% | - |
| XYZ | 48.95 | 65.49 | 15.37 | - |
| YUV | 196.51 | 54.91 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 67 | 0.17 | 0 | 0.70 | 0.11 | 74.34 | 0.73 | 0.57 |
| Hex | BC | E2 | 43 | 11 | 0 | 46 | B | 4A | 49 | 39 |
| Octal | 274 | 342 | 103 | 21 | 0 | 106 | 13 | 112 | 111 | 71 |
| Binary | 10111100 | 11100010 | 1000011 | 10001 | 0 | 1000110 | 1011 | 1001010 | 1001001 | 111001 |
Color Harmonies of #BCE243
Complementary color
Monochromatic Colors of #BCE243
Black with #BCE243
Text Example
Text Example
White with #BCE243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE243; }
p { color: rgb(188,226,67); }
H1.HeaderClassName
{
color: #BCE243;
}
.AnyTagClassName
{
color: #BCE243;
}
</style>
background-color css
<style>
a { background-color: #BCE243; }
a { background-color: rgb(188,226,67); }
div.DivClassName
{
background-color: #BCE243;
}
.BgClassName
{
background-color: #BCE243;
}
</style>
border-color css
<style>
span { border-color: #BCE243; }
span { border-color: rgb(188,226,67); }
td.TdClassName
{
border-color: #BCE243;
}
.TagClassName
{
border-color: #BCE243;
}
</style>