Shades of Conifer #BCE347
Tints of Conifer #BCE347
RGB
CMYK
RGB Variations
Color information
#BCE347 (or 0xBCE347) is known color: Conifer. HEX triplet: BC, E3 and 47. RGB value is (188,227,71). Sum of RGB (Red+Green+Blue) = 188+227+71=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE347 is #431CB8. Grayscale: #C6C6C6. Windows color (decimal): -4398265 or 4711356. OLE color: 4711356.
HSL color Cylindrical-coordinate representation of color #BCE347: hue angle of 75º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCE347 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 71 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.11 |
| HSL | 75º | 0.74% | 0.58% | - |
| HSV(B) | 75º | 0.69% | 0.89% | - |
| XYZ | 49.35 | 66.08 | 16.12 | - |
| YUV | 197.56 | 56.58 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 71 | 0.17 | 0 | 0.69 | 0.11 | 75 | 0.74 | 0.58 |
| Hex | BC | E3 | 47 | 11 | 0 | 45 | B | 4B | 4A | 3A |
| Octal | 274 | 343 | 107 | 21 | 0 | 105 | 13 | 113 | 112 | 72 |
| Binary | 10111100 | 11100011 | 1000111 | 10001 | 0 | 1000101 | 1011 | 1001011 | 1001010 | 111010 |
Color Harmonies of #BCE347
Complementary color
Monochromatic Colors of #BCE347
Black with #BCE347
Text Example
Text Example
White with #BCE347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE347; }
p { color: rgb(188,227,71); }
H1.HeaderClassName
{
color: #BCE347;
}
.AnyTagClassName
{
color: #BCE347;
}
</style>
background-color css
<style>
a { background-color: #BCE347; }
a { background-color: rgb(188,227,71); }
div.DivClassName
{
background-color: #BCE347;
}
.BgClassName
{
background-color: #BCE347;
}
</style>
border-color css
<style>
span { border-color: #BCE347; }
span { border-color: rgb(188,227,71); }
td.TdClassName
{
border-color: #BCE347;
}
.TagClassName
{
border-color: #BCE347;
}
</style>