Shades of Conifer #BCF658
Tints of Conifer #BCF658
RGB
CMYK
RGB Variations
Color information
#BCF658 (or 0xBCF658) is known color: Conifer. HEX triplet: BC, F6 and 58. RGB value is (188,246,88). Sum of RGB (Red+Green+Blue) = 188+246+88=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF658 is #4309A7. Grayscale: #D3D3D3. Windows color (decimal): -4393384 or 5830332. OLE color: 5830332.
HSL color Cylindrical-coordinate representation of color #BCF658: hue angle of 82.03º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCF658 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 88 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.04 |
| HSL | 82.03º | 0.9% | 0.65% | - |
| HSV(B) | 82.03º | 0.64% | 0.96% | - |
| XYZ | 55.46 | 77.31 | 21.23 | - |
| YUV | 210.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 88 | 0.24 | 0 | 0.64 | 0.04 | 82.03 | 0.9 | 0.65 |
| Hex | BC | F6 | 58 | 18 | 0 | 40 | 4 | 52 | 5A | 41 |
| Octal | 274 | 366 | 130 | 30 | 0 | 100 | 4 | 122 | 132 | 101 |
| Binary | 10111100 | 11110110 | 1011000 | 11000 | 0 | 1000000 | 100 | 1010010 | 1011010 | 1000001 |
Color Harmonies of #BCF658
Complementary color
Monochromatic Colors of #BCF658
Black with #BCF658
Text Example
Text Example
White with #BCF658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF658; }
p { color: rgb(188,246,88); }
H1.HeaderClassName
{
color: #BCF658;
}
.AnyTagClassName
{
color: #BCF658;
}
</style>
background-color css
<style>
a { background-color: #BCF658; }
a { background-color: rgb(188,246,88); }
div.DivClassName
{
background-color: #BCF658;
}
.BgClassName
{
background-color: #BCF658;
}
</style>
border-color css
<style>
span { border-color: #BCF658; }
span { border-color: rgb(188,246,88); }
td.TdClassName
{
border-color: #BCF658;
}
.TagClassName
{
border-color: #BCF658;
}
</style>