Shades of Conifer #BCF656
Tints of Conifer #BCF656
RGB
CMYK
RGB Variations
Color information
#BCF656 (or 0xBCF656) is known color: Conifer. HEX triplet: BC, F6 and 56. RGB value is (188,246,86). Sum of RGB (Red+Green+Blue) = 188+246+86=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF656 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF656 is #4309A9. Grayscale: #D3D3D3. Windows color (decimal): -4393386 or 5699260. OLE color: 5699260.
HSL color Cylindrical-coordinate representation of color #BCF656: hue angle of 81.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCF656 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 86 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.04 |
| HSL | 81.75º | 0.9% | 0.65% | - |
| HSV(B) | 81.75º | 0.65% | 0.96% | - |
| XYZ | 55.37 | 77.27 | 20.8 | - |
| YUV | 210.42 | 57.78 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 86 | 0.24 | 0 | 0.65 | 0.04 | 81.75 | 0.9 | 0.65 |
| Hex | BC | F6 | 56 | 18 | 0 | 41 | 4 | 52 | 5A | 41 |
| Octal | 274 | 366 | 126 | 30 | 0 | 101 | 4 | 122 | 132 | 101 |
| Binary | 10111100 | 11110110 | 1010110 | 11000 | 0 | 1000001 | 100 | 1010010 | 1011010 | 1000001 |
Color Harmonies of #BCF656
Complementary color
Monochromatic Colors of #BCF656
Black with #BCF656
Text Example
Text Example
White with #BCF656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF656; }
p { color: rgb(188,246,86); }
H1.HeaderClassName
{
color: #BCF656;
}
.AnyTagClassName
{
color: #BCF656;
}
</style>
background-color css
<style>
a { background-color: #BCF656; }
a { background-color: rgb(188,246,86); }
div.DivClassName
{
background-color: #BCF656;
}
.BgClassName
{
background-color: #BCF656;
}
</style>
border-color css
<style>
span { border-color: #BCF656; }
span { border-color: rgb(188,246,86); }
td.TdClassName
{
border-color: #BCF656;
}
.TagClassName
{
border-color: #BCF656;
}
</style>