Shades of Conifer #BCE263
Tints of Conifer #BCE263
RGB
CMYK
RGB Variations
Color information
#BCE263 (or 0xBCE263) is known color: Conifer. HEX triplet: BC, E2 and 63. RGB value is (188,226,99). Sum of RGB (Red+Green+Blue) = 188+226+99=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE263 is #431D9C. Grayscale: #C8C8C8. Windows color (decimal): -4398493 or 6546108. OLE color: 6546108.
HSL color Cylindrical-coordinate representation of color #BCE263: hue angle of 77.95º degrees, saturation: 0.69, 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 #BCE263 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 99 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.11 |
| HSL | 77.95º | 0.69% | 0.64% | - |
| HSV(B) | 77.95º | 0.56% | 0.89% | - |
| XYZ | 50.19 | 65.98 | 21.9 | - |
| YUV | 200.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 99 | 0.17 | 0 | 0.56 | 0.11 | 77.95 | 0.69 | 0.64 |
| Hex | BC | E2 | 63 | 11 | 0 | 38 | B | 4E | 45 | 40 |
| Octal | 274 | 342 | 143 | 21 | 0 | 70 | 13 | 116 | 105 | 100 |
| Binary | 10111100 | 11100010 | 1100011 | 10001 | 0 | 111000 | 1011 | 1001110 | 1000101 | 1000000 |
Color Harmonies of #BCE263
Complementary color
Monochromatic Colors of #BCE263
Black with #BCE263
Text Example
Text Example
White with #BCE263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE263; }
p { color: rgb(188,226,99); }
H1.HeaderClassName
{
color: #BCE263;
}
.AnyTagClassName
{
color: #BCE263;
}
</style>
background-color css
<style>
a { background-color: #BCE263; }
a { background-color: rgb(188,226,99); }
div.DivClassName
{
background-color: #BCE263;
}
.BgClassName
{
background-color: #BCE263;
}
</style>
border-color css
<style>
span { border-color: #BCE263; }
span { border-color: rgb(188,226,99); }
td.TdClassName
{
border-color: #BCE263;
}
.TagClassName
{
border-color: #BCE263;
}
</style>