Shades of Conifer #BCE763
Tints of Conifer #BCE763
RGB
CMYK
RGB Variations
Color information
#BCE763 (or 0xBCE763) is known color: Conifer. HEX triplet: BC, E7 and 63. RGB value is (188,231,99). Sum of RGB (Red+Green+Blue) = 188+231+99=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE763 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE763 is #43189C. Grayscale: #CBCBCB. Windows color (decimal): -4397213 or 6547388. OLE color: 6547388.
HSL color Cylindrical-coordinate representation of color #BCE763: hue angle of 79.55º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCE763 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 99 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.09 |
| HSL | 79.55º | 0.73% | 0.65% | - |
| HSV(B) | 79.55º | 0.57% | 0.91% | - |
| XYZ | 51.57 | 68.74 | 22.36 | - |
| YUV | 203.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 99 | 0.19 | 0 | 0.57 | 0.09 | 79.55 | 0.73 | 0.65 |
| Hex | BC | E7 | 63 | 13 | 0 | 39 | 9 | 50 | 49 | 41 |
| Octal | 274 | 347 | 143 | 23 | 0 | 71 | 11 | 120 | 111 | 101 |
| Binary | 10111100 | 11100111 | 1100011 | 10011 | 0 | 111001 | 1001 | 1010000 | 1001001 | 1000001 |
Color Harmonies of #BCE763
Complementary color
Monochromatic Colors of #BCE763
Black with #BCE763
Text Example
Text Example
White with #BCE763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE763; }
p { color: rgb(188,231,99); }
H1.HeaderClassName
{
color: #BCE763;
}
.AnyTagClassName
{
color: #BCE763;
}
</style>
background-color css
<style>
a { background-color: #BCE763; }
a { background-color: rgb(188,231,99); }
div.DivClassName
{
background-color: #BCE763;
}
.BgClassName
{
background-color: #BCE763;
}
</style>
border-color css
<style>
span { border-color: #BCE763; }
span { border-color: rgb(188,231,99); }
td.TdClassName
{
border-color: #BCE763;
}
.TagClassName
{
border-color: #BCE763;
}
</style>