Shades of Conifer #BCE963
Tints of Conifer #BCE963
RGB
CMYK
RGB Variations
Color information
#BCE963 (or 0xBCE963) is known color: Conifer. HEX triplet: BC, E9 and 63. RGB value is (188,233,99). Sum of RGB (Red+Green+Blue) = 188+233+99=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE963 is #43169C. Grayscale: #CCCCCC. Windows color (decimal): -4396701 or 6547900. OLE color: 6547900.
HSL color Cylindrical-coordinate representation of color #BCE963: hue angle of 80.15º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCE963 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 99 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.09 |
| HSL | 80.15º | 0.75% | 0.65% | - |
| HSV(B) | 80.15º | 0.58% | 0.91% | - |
| XYZ | 52.13 | 69.87 | 22.54 | - |
| YUV | 204.27 | 68.59 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 99 | 0.19 | 0 | 0.58 | 0.09 | 80.15 | 0.75 | 0.65 |
| Hex | BC | E9 | 63 | 13 | 0 | 3A | 9 | 50 | 4B | 41 |
| Octal | 274 | 351 | 143 | 23 | 0 | 72 | 11 | 120 | 113 | 101 |
| Binary | 10111100 | 11101001 | 1100011 | 10011 | 0 | 111010 | 1001 | 1010000 | 1001011 | 1000001 |
Color Harmonies of #BCE963
Complementary color
Monochromatic Colors of #BCE963
Black with #BCE963
Text Example
Text Example
White with #BCE963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE963; }
p { color: rgb(188,233,99); }
H1.HeaderClassName
{
color: #BCE963;
}
.AnyTagClassName
{
color: #BCE963;
}
</style>
background-color css
<style>
a { background-color: #BCE963; }
a { background-color: rgb(188,233,99); }
div.DivClassName
{
background-color: #BCE963;
}
.BgClassName
{
background-color: #BCE963;
}
</style>
border-color css
<style>
span { border-color: #BCE963; }
span { border-color: rgb(188,233,99); }
td.TdClassName
{
border-color: #BCE963;
}
.TagClassName
{
border-color: #BCE963;
}
</style>