Shades of Conifer #BCE044
Tints of Conifer #BCE044
RGB
CMYK
RGB Variations
Color information
#BCE044 (or 0xBCE044) is known color: Conifer. HEX triplet: BC, E0 and 44. RGB value is (188,224,68). Sum of RGB (Red+Green+Blue) = 188+224+68=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE044 is #431FBB. Grayscale: #C4C4C4. Windows color (decimal): -4399036 or 4513980. OLE color: 4513980.
HSL color Cylindrical-coordinate representation of color #BCE044: hue angle of 73.85º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCE044 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 68 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.12 |
| HSL | 73.85º | 0.72% | 0.57% | - |
| HSV(B) | 73.85º | 0.7% | 0.88% | - |
| XYZ | 48.44 | 64.42 | 15.35 | - |
| YUV | 195.45 | 56.07 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 68 | 0.16 | 0 | 0.70 | 0.12 | 73.85 | 0.72 | 0.57 |
| Hex | BC | E0 | 44 | 10 | 0 | 46 | C | 4A | 48 | 39 |
| Octal | 274 | 340 | 104 | 20 | 0 | 106 | 14 | 112 | 110 | 71 |
| Binary | 10111100 | 11100000 | 1000100 | 10000 | 0 | 1000110 | 1100 | 1001010 | 1001000 | 111001 |
Color Harmonies of #BCE044
Complementary color
Monochromatic Colors of #BCE044
Black with #BCE044
Text Example
Text Example
White with #BCE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE044; }
p { color: rgb(188,224,68); }
H1.HeaderClassName
{
color: #BCE044;
}
.AnyTagClassName
{
color: #BCE044;
}
</style>
background-color css
<style>
a { background-color: #BCE044; }
a { background-color: rgb(188,224,68); }
div.DivClassName
{
background-color: #BCE044;
}
.BgClassName
{
background-color: #BCE044;
}
</style>
border-color css
<style>
span { border-color: #BCE044; }
span { border-color: rgb(188,224,68); }
td.TdClassName
{
border-color: #BCE044;
}
.TagClassName
{
border-color: #BCE044;
}
</style>