Shades of Conifer #BFDD56
Tints of Conifer #BFDD56
RGB
CMYK
RGB Variations
Color information
#BFDD56 (or 0xBFDD56) is known color: Conifer. HEX triplet: BF, DD and 56. RGB value is (191,221,86). Sum of RGB (Red+Green+Blue) = 191+221+86=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD56 is #4022A9. Grayscale: #C5C5C5. Windows color (decimal): -4203178 or 5692863. OLE color: 5692863.
HSL color Cylindrical-coordinate representation of color #BFDD56: hue angle of 73.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFDD56 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 86 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.13 |
| HSL | 73.33º | 0.67% | 0.6% | - |
| HSV(B) | 73.33º | 0.61% | 0.87% | - |
| XYZ | 49.02 | 63.46 | 18.47 | - |
| YUV | 196.64 | 65.56 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 86 | 0.14 | 0 | 0.61 | 0.13 | 73.33 | 0.67 | 0.6 |
| Hex | BF | DD | 56 | E | 0 | 3D | D | 49 | 43 | 3C |
| Octal | 277 | 335 | 126 | 16 | 0 | 75 | 15 | 111 | 103 | 74 |
| Binary | 10111111 | 11011101 | 1010110 | 1110 | 0 | 111101 | 1101 | 1001001 | 1000011 | 111100 |
Color Harmonies of #BFDD56
Complementary color
Monochromatic Colors of #BFDD56
Black with #BFDD56
Text Example
Text Example
White with #BFDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD56; }
p { color: rgb(191,221,86); }
H1.HeaderClassName
{
color: #BFDD56;
}
.AnyTagClassName
{
color: #BFDD56;
}
</style>
background-color css
<style>
a { background-color: #BFDD56; }
a { background-color: rgb(191,221,86); }
div.DivClassName
{
background-color: #BFDD56;
}
.BgClassName
{
background-color: #BFDD56;
}
</style>
border-color css
<style>
span { border-color: #BFDD56; }
span { border-color: rgb(191,221,86); }
td.TdClassName
{
border-color: #BFDD56;
}
.TagClassName
{
border-color: #BFDD56;
}
</style>