Shades of Conifer #BFD949
Tints of Conifer #BFD949
RGB
CMYK
RGB Variations
Color information
#BFD949 (or 0xBFD949) is known color: Conifer. HEX triplet: BF, D9 and 49. RGB value is (191,217,73). Sum of RGB (Red+Green+Blue) = 191+217+73=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD949 is #4026B6. Grayscale: #C1C1C1. Windows color (decimal): -4204215 or 4839871. OLE color: 4839871.
HSL color Cylindrical-coordinate representation of color #BFD949: hue angle of 70.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFD949 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 73 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.15 |
| HSL | 70.83º | 0.65% | 0.57% | - |
| HSV(B) | 70.83º | 0.66% | 0.85% | - |
| XYZ | 47.5 | 61.18 | 15.61 | - |
| YUV | 192.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 73 | 0.12 | 0 | 0.66 | 0.15 | 70.83 | 0.65 | 0.57 |
| Hex | BF | D9 | 49 | C | 0 | 42 | F | 47 | 41 | 39 |
| Octal | 277 | 331 | 111 | 14 | 0 | 102 | 17 | 107 | 101 | 71 |
| Binary | 10111111 | 11011001 | 1001001 | 1100 | 0 | 1000010 | 1111 | 1000111 | 1000001 | 111001 |
Color Harmonies of #BFD949
Complementary color
Monochromatic Colors of #BFD949
Black with #BFD949
Text Example
Text Example
White with #BFD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD949; }
p { color: rgb(191,217,73); }
H1.HeaderClassName
{
color: #BFD949;
}
.AnyTagClassName
{
color: #BFD949;
}
</style>
background-color css
<style>
a { background-color: #BFD949; }
a { background-color: rgb(191,217,73); }
div.DivClassName
{
background-color: #BFD949;
}
.BgClassName
{
background-color: #BFD949;
}
</style>
border-color css
<style>
span { border-color: #BFD949; }
span { border-color: rgb(191,217,73); }
td.TdClassName
{
border-color: #BFD949;
}
.TagClassName
{
border-color: #BFD949;
}
</style>