Shades of Conifer #BCE844
Tints of Conifer #BCE844
RGB
CMYK
RGB Variations
Color information
#BCE844 (or 0xBCE844) is known color: Conifer. HEX triplet: BC, E8 and 44. RGB value is (188,232,68). Sum of RGB (Red+Green+Blue) = 188+232+68=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE844 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE844 is #4317BB. Grayscale: #C8C8C8. Windows color (decimal): -4396988 or 4516028. OLE color: 4516028.
HSL color Cylindrical-coordinate representation of color #BCE844: hue angle of 76.1º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCE844 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 68 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.09 |
| HSL | 76.1º | 0.78% | 0.59% | - |
| HSV(B) | 76.1º | 0.71% | 0.91% | - |
| XYZ | 50.64 | 68.82 | 16.08 | - |
| YUV | 200.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 68 | 0.19 | 0 | 0.71 | 0.09 | 76.1 | 0.78 | 0.59 |
| Hex | BC | E8 | 44 | 13 | 0 | 47 | 9 | 4C | 4E | 3B |
| Octal | 274 | 350 | 104 | 23 | 0 | 107 | 11 | 114 | 116 | 73 |
| Binary | 10111100 | 11101000 | 1000100 | 10011 | 0 | 1000111 | 1001 | 1001100 | 1001110 | 111011 |
Color Harmonies of #BCE844
Complementary color
Monochromatic Colors of #BCE844
Black with #BCE844
Text Example
Text Example
White with #BCE844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE844; }
p { color: rgb(188,232,68); }
H1.HeaderClassName
{
color: #BCE844;
}
.AnyTagClassName
{
color: #BCE844;
}
</style>
background-color css
<style>
a { background-color: #BCE844; }
a { background-color: rgb(188,232,68); }
div.DivClassName
{
background-color: #BCE844;
}
.BgClassName
{
background-color: #BCE844;
}
</style>
border-color css
<style>
span { border-color: #BCE844; }
span { border-color: rgb(188,232,68); }
td.TdClassName
{
border-color: #BCE844;
}
.TagClassName
{
border-color: #BCE844;
}
</style>