Shades of Conifer #BCE343
Tints of Conifer #BCE343
RGB
CMYK
RGB Variations
Color information
#BCE343 (or 0xBCE343) is known color: Conifer. HEX triplet: BC, E3 and 43. RGB value is (188,227,67). Sum of RGB (Red+Green+Blue) = 188+227+67=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE343 is #431CBC. Grayscale: #C5C5C5. Windows color (decimal): -4398269 or 4449212. OLE color: 4449212.
HSL color Cylindrical-coordinate representation of color #BCE343: hue angle of 74.62º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCE343 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 67 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.11 |
| HSL | 74.63º | 0.74% | 0.58% | - |
| HSV(B) | 74.63º | 0.7% | 0.89% | - |
| XYZ | 49.22 | 66.03 | 15.46 | - |
| YUV | 197.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 67 | 0.17 | 0 | 0.70 | 0.11 | 74.63 | 0.74 | 0.58 |
| Hex | BC | E3 | 43 | 11 | 0 | 46 | B | 4B | 4A | 3A |
| Octal | 274 | 343 | 103 | 21 | 0 | 106 | 13 | 113 | 112 | 72 |
| Binary | 10111100 | 11100011 | 1000011 | 10001 | 0 | 1000110 | 1011 | 1001011 | 1001010 | 111010 |
Color Harmonies of #BCE343
Complementary color
Monochromatic Colors of #BCE343
Black with #BCE343
Text Example
Text Example
White with #BCE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE343; }
p { color: rgb(188,227,67); }
H1.HeaderClassName
{
color: #BCE343;
}
.AnyTagClassName
{
color: #BCE343;
}
</style>
background-color css
<style>
a { background-color: #BCE343; }
a { background-color: rgb(188,227,67); }
div.DivClassName
{
background-color: #BCE343;
}
.BgClassName
{
background-color: #BCE343;
}
</style>
border-color css
<style>
span { border-color: #BCE343; }
span { border-color: rgb(188,227,67); }
td.TdClassName
{
border-color: #BCE343;
}
.TagClassName
{
border-color: #BCE343;
}
</style>