Shades of Conifer #BCE249
Tints of Conifer #BCE249
RGB
CMYK
RGB Variations
Color information
#BCE249 (or 0xBCE249) is known color: Conifer. HEX triplet: BC, E2 and 49. RGB value is (188,226,73). Sum of RGB (Red+Green+Blue) = 188+226+73=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE249 is #431DB6. Grayscale: #C5C5C5. Windows color (decimal): -4398519 or 4842172. OLE color: 4842172.
HSL color Cylindrical-coordinate representation of color #BCE249: hue angle of 74.9º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCE249 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 73 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.11 |
| HSL | 74.9º | 0.73% | 0.59% | - |
| HSV(B) | 74.9º | 0.68% | 0.89% | - |
| XYZ | 49.14 | 65.57 | 16.37 | - |
| YUV | 197.2 | 57.91 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 73 | 0.17 | 0 | 0.68 | 0.11 | 74.9 | 0.73 | 0.59 |
| Hex | BC | E2 | 49 | 11 | 0 | 44 | B | 4B | 49 | 3B |
| Octal | 274 | 342 | 111 | 21 | 0 | 104 | 13 | 113 | 111 | 73 |
| Binary | 10111100 | 11100010 | 1001001 | 10001 | 0 | 1000100 | 1011 | 1001011 | 1001001 | 111011 |
Color Harmonies of #BCE249
Complementary color
Monochromatic Colors of #BCE249
Black with #BCE249
Text Example
Text Example
White with #BCE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE249; }
p { color: rgb(188,226,73); }
H1.HeaderClassName
{
color: #BCE249;
}
.AnyTagClassName
{
color: #BCE249;
}
</style>
background-color css
<style>
a { background-color: #BCE249; }
a { background-color: rgb(188,226,73); }
div.DivClassName
{
background-color: #BCE249;
}
.BgClassName
{
background-color: #BCE249;
}
</style>
border-color css
<style>
span { border-color: #BCE249; }
span { border-color: rgb(188,226,73); }
td.TdClassName
{
border-color: #BCE249;
}
.TagClassName
{
border-color: #BCE249;
}
</style>