Shades of Conifer #BCE261
Tints of Conifer #BCE261
RGB
CMYK
RGB Variations
Color information
#BCE261 (or 0xBCE261) is known color: Conifer. HEX triplet: BC, E2 and 61. RGB value is (188,226,97). Sum of RGB (Red+Green+Blue) = 188+226+97=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE261 is #431D9E. Grayscale: #C8C8C8. Windows color (decimal): -4398495 or 6415036. OLE color: 6415036.
HSL color Cylindrical-coordinate representation of color #BCE261: hue angle of 77.67º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCE261 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 97 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.11 |
| HSL | 77.67º | 0.69% | 0.63% | - |
| HSV(B) | 77.67º | 0.57% | 0.89% | - |
| XYZ | 50.09 | 65.95 | 21.4 | - |
| YUV | 199.93 | 69.91 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 97 | 0.17 | 0 | 0.57 | 0.11 | 77.67 | 0.69 | 0.63 |
| Hex | BC | E2 | 61 | 11 | 0 | 39 | B | 4E | 45 | 3F |
| Octal | 274 | 342 | 141 | 21 | 0 | 71 | 13 | 116 | 105 | 77 |
| Binary | 10111100 | 11100010 | 1100001 | 10001 | 0 | 111001 | 1011 | 1001110 | 1000101 | 111111 |
Color Harmonies of #BCE261
Complementary color
Monochromatic Colors of #BCE261
Black with #BCE261
Text Example
Text Example
White with #BCE261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE261; }
p { color: rgb(188,226,97); }
H1.HeaderClassName
{
color: #BCE261;
}
.AnyTagClassName
{
color: #BCE261;
}
</style>
background-color css
<style>
a { background-color: #BCE261; }
a { background-color: rgb(188,226,97); }
div.DivClassName
{
background-color: #BCE261;
}
.BgClassName
{
background-color: #BCE261;
}
</style>
border-color css
<style>
span { border-color: #BCE261; }
span { border-color: rgb(188,226,97); }
td.TdClassName
{
border-color: #BCE261;
}
.TagClassName
{
border-color: #BCE261;
}
</style>