Shades of Conifer #BFDC56
Tints of Conifer #BFDC56
RGB
CMYK
RGB Variations
Color information
#BFDC56 (or 0xBFDC56) is known color: Conifer. HEX triplet: BF, DC and 56. RGB value is (191,220,86). Sum of RGB (Red+Green+Blue) = 191+220+86=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC56 is #4023A9. Grayscale: #C4C4C4. Windows color (decimal): -4203434 or 5692607. OLE color: 5692607.
HSL color Cylindrical-coordinate representation of color #BFDC56: hue angle of 72.99º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFDC56 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 86 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.14 |
| HSL | 72.99º | 0.66% | 0.6% | - |
| HSV(B) | 72.99º | 0.61% | 0.86% | - |
| XYZ | 48.76 | 62.93 | 18.38 | - |
| YUV | 196.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 86 | 0.13 | 0 | 0.61 | 0.14 | 72.99 | 0.66 | 0.6 |
| Hex | BF | DC | 56 | D | 0 | 3D | E | 49 | 42 | 3C |
| Octal | 277 | 334 | 126 | 15 | 0 | 75 | 16 | 111 | 102 | 74 |
| Binary | 10111111 | 11011100 | 1010110 | 1101 | 0 | 111101 | 1110 | 1001001 | 1000010 | 111100 |
Color Harmonies of #BFDC56
Complementary color
Monochromatic Colors of #BFDC56
Black with #BFDC56
Text Example
Text Example
White with #BFDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC56; }
p { color: rgb(191,220,86); }
H1.HeaderClassName
{
color: #BFDC56;
}
.AnyTagClassName
{
color: #BFDC56;
}
</style>
background-color css
<style>
a { background-color: #BFDC56; }
a { background-color: rgb(191,220,86); }
div.DivClassName
{
background-color: #BFDC56;
}
.BgClassName
{
background-color: #BFDC56;
}
</style>
border-color css
<style>
span { border-color: #BFDC56; }
span { border-color: rgb(191,220,86); }
td.TdClassName
{
border-color: #BFDC56;
}
.TagClassName
{
border-color: #BFDC56;
}
</style>