Shades of Conifer #BCE766
Tints of Conifer #BCE766
RGB
CMYK
RGB Variations
Color information
#BCE766 (or 0xBCE766) is known color: Conifer. HEX triplet: BC, E7 and 66. RGB value is (188,231,102). Sum of RGB (Red+Green+Blue) = 188+231+102=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE766 is #431899. Grayscale: #CBCBCB. Windows color (decimal): -4397210 or 6743996. OLE color: 6743996.
HSL color Cylindrical-coordinate representation of color #BCE766: hue angle of 80º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCE766 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 102 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.09 |
| HSL | 80º | 0.73% | 0.65% | - |
| HSV(B) | 80º | 0.56% | 0.91% | - |
| XYZ | 51.71 | 68.8 | 23.13 | - |
| YUV | 203.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 102 | 0.19 | 0 | 0.56 | 0.09 | 80 | 0.73 | 0.65 |
| Hex | BC | E7 | 66 | 13 | 0 | 38 | 9 | 50 | 49 | 41 |
| Octal | 274 | 347 | 146 | 23 | 0 | 70 | 11 | 120 | 111 | 101 |
| Binary | 10111100 | 11100111 | 1100110 | 10011 | 0 | 111000 | 1001 | 1010000 | 1001001 | 1000001 |
Color Harmonies of #BCE766
Complementary color
Monochromatic Colors of #BCE766
Black with #BCE766
Text Example
Text Example
White with #BCE766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE766; }
p { color: rgb(188,231,102); }
H1.HeaderClassName
{
color: #BCE766;
}
.AnyTagClassName
{
color: #BCE766;
}
</style>
background-color css
<style>
a { background-color: #BCE766; }
a { background-color: rgb(188,231,102); }
div.DivClassName
{
background-color: #BCE766;
}
.BgClassName
{
background-color: #BCE766;
}
</style>
border-color css
<style>
span { border-color: #BCE766; }
span { border-color: rgb(188,231,102); }
td.TdClassName
{
border-color: #BCE766;
}
.TagClassName
{
border-color: #BCE766;
}
</style>