Shades of Conifer #BCE264
Tints of Conifer #BCE264
RGB
CMYK
RGB Variations
Color information
#BCE264 (or 0xBCE264) is known color: Conifer. HEX triplet: BC, E2 and 64. RGB value is (188,226,100). Sum of RGB (Red+Green+Blue) = 188+226+100=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE264 is #431D9B. Grayscale: #C8C8C8. Windows color (decimal): -4398492 or 6611644. OLE color: 6611644.
HSL color Cylindrical-coordinate representation of color #BCE264: hue angle of 78.1º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCE264 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 100 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.11 |
| HSL | 78.1º | 0.68% | 0.64% | - |
| HSV(B) | 78.1º | 0.56% | 0.89% | - |
| XYZ | 50.24 | 66 | 22.15 | - |
| YUV | 200.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 100 | 0.17 | 0 | 0.56 | 0.11 | 78.1 | 0.68 | 0.64 |
| Hex | BC | E2 | 64 | 11 | 0 | 38 | B | 4E | 44 | 40 |
| Octal | 274 | 342 | 144 | 21 | 0 | 70 | 13 | 116 | 104 | 100 |
| Binary | 10111100 | 11100010 | 1100100 | 10001 | 0 | 111000 | 1011 | 1001110 | 1000100 | 1000000 |
Color Harmonies of #BCE264
Complementary color
Monochromatic Colors of #BCE264
Black with #BCE264
Text Example
Text Example
White with #BCE264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE264; }
p { color: rgb(188,226,100); }
H1.HeaderClassName
{
color: #BCE264;
}
.AnyTagClassName
{
color: #BCE264;
}
</style>
background-color css
<style>
a { background-color: #BCE264; }
a { background-color: rgb(188,226,100); }
div.DivClassName
{
background-color: #BCE264;
}
.BgClassName
{
background-color: #BCE264;
}
</style>
border-color css
<style>
span { border-color: #BCE264; }
span { border-color: rgb(188,226,100); }
td.TdClassName
{
border-color: #BCE264;
}
.TagClassName
{
border-color: #BCE264;
}
</style>