Shades of Conifer #BCE244
Tints of Conifer #BCE244
RGB
CMYK
RGB Variations
Color information
#BCE244 (or 0xBCE244) is known color: Conifer. HEX triplet: BC, E2 and 44. RGB value is (188,226,68). Sum of RGB (Red+Green+Blue) = 188+226+68=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE244 is #431DBB. Grayscale: #C5C5C5. Windows color (decimal): -4398524 or 4514492. OLE color: 4514492.
HSL color Cylindrical-coordinate representation of color #BCE244: hue angle of 74.43º degrees, saturation: 0.73, 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 #BCE244 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 68 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.11 |
| HSL | 74.43º | 0.73% | 0.58% | - |
| HSV(B) | 74.43º | 0.7% | 0.89% | - |
| XYZ | 48.98 | 65.5 | 15.53 | - |
| YUV | 196.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 68 | 0.17 | 0 | 0.70 | 0.11 | 74.43 | 0.73 | 0.58 |
| Hex | BC | E2 | 44 | 11 | 0 | 46 | B | 4A | 49 | 3A |
| Octal | 274 | 342 | 104 | 21 | 0 | 106 | 13 | 112 | 111 | 72 |
| Binary | 10111100 | 11100010 | 1000100 | 10001 | 0 | 1000110 | 1011 | 1001010 | 1001001 | 111010 |
Color Harmonies of #BCE244
Complementary color
Monochromatic Colors of #BCE244
Black with #BCE244
Text Example
Text Example
White with #BCE244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE244; }
p { color: rgb(188,226,68); }
H1.HeaderClassName
{
color: #BCE244;
}
.AnyTagClassName
{
color: #BCE244;
}
</style>
background-color css
<style>
a { background-color: #BCE244; }
a { background-color: rgb(188,226,68); }
div.DivClassName
{
background-color: #BCE244;
}
.BgClassName
{
background-color: #BCE244;
}
</style>
border-color css
<style>
span { border-color: #BCE244; }
span { border-color: rgb(188,226,68); }
td.TdClassName
{
border-color: #BCE244;
}
.TagClassName
{
border-color: #BCE244;
}
</style>