Shades of Conifer #BFDB49
Tints of Conifer #BFDB49
RGB
CMYK
RGB Variations
Color information
#BFDB49 (or 0xBFDB49) is known color: Conifer. HEX triplet: BF, DB and 49. RGB value is (191,219,73). Sum of RGB (Red+Green+Blue) = 191+219+73=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB49 is #4024B6. Grayscale: #C2C2C2. Windows color (decimal): -4203703 or 4840383. OLE color: 4840383.
HSL color Cylindrical-coordinate representation of color #BFDB49: hue angle of 71.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFDB49 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 73 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.14 |
| HSL | 71.51º | 0.67% | 0.57% | - |
| HSV(B) | 71.51º | 0.67% | 0.86% | - |
| XYZ | 48.02 | 62.22 | 15.78 | - |
| YUV | 193.98 | 59.72 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 73 | 0.13 | 0 | 0.67 | 0.14 | 71.51 | 0.67 | 0.57 |
| Hex | BF | DB | 49 | D | 0 | 43 | E | 48 | 43 | 39 |
| Octal | 277 | 333 | 111 | 15 | 0 | 103 | 16 | 110 | 103 | 71 |
| Binary | 10111111 | 11011011 | 1001001 | 1101 | 0 | 1000011 | 1110 | 1001000 | 1000011 | 111001 |
Color Harmonies of #BFDB49
Complementary color
Monochromatic Colors of #BFDB49
Black with #BFDB49
Text Example
Text Example
White with #BFDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB49; }
p { color: rgb(191,219,73); }
H1.HeaderClassName
{
color: #BFDB49;
}
.AnyTagClassName
{
color: #BFDB49;
}
</style>
background-color css
<style>
a { background-color: #BFDB49; }
a { background-color: rgb(191,219,73); }
div.DivClassName
{
background-color: #BFDB49;
}
.BgClassName
{
background-color: #BFDB49;
}
</style>
border-color css
<style>
span { border-color: #BFDB49; }
span { border-color: rgb(191,219,73); }
td.TdClassName
{
border-color: #BFDB49;
}
.TagClassName
{
border-color: #BFDB49;
}
</style>