Shades of Conifer #BFDB59
Tints of Conifer #BFDB59
RGB
CMYK
RGB Variations
Color information
#BFDB59 (or 0xBFDB59) is known color: Conifer. HEX triplet: BF, DB and 59. RGB value is (191,219,89). Sum of RGB (Red+Green+Blue) = 191+219+89=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 89 (35.16% from 255 or 17.84% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB59 is #4024A6. Grayscale: #C4C4C4. Windows color (decimal): -4203687 or 5888959. OLE color: 5888959.
HSL color Cylindrical-coordinate representation of color #BFDB59: hue angle of 72.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFDB59 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 89 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.14 |
| HSL | 72.92º | 0.64% | 0.6% | - |
| HSV(B) | 72.92º | 0.59% | 0.86% | - |
| XYZ | 48.62 | 62.46 | 18.94 | - |
| YUV | 195.81 | 67.72 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 89 | 0.13 | 0 | 0.59 | 0.14 | 72.92 | 0.64 | 0.6 |
| Hex | BF | DB | 59 | D | 0 | 3B | E | 49 | 40 | 3C |
| Octal | 277 | 333 | 131 | 15 | 0 | 73 | 16 | 111 | 100 | 74 |
| Binary | 10111111 | 11011011 | 1011001 | 1101 | 0 | 111011 | 1110 | 1001001 | 1000000 | 111100 |
Color Harmonies of #BFDB59
Complementary color
Monochromatic Colors of #BFDB59
Black with #BFDB59
Text Example
Text Example
White with #BFDB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB59; }
p { color: rgb(191,219,89); }
H1.HeaderClassName
{
color: #BFDB59;
}
.AnyTagClassName
{
color: #BFDB59;
}
</style>
background-color css
<style>
a { background-color: #BFDB59; }
a { background-color: rgb(191,219,89); }
div.DivClassName
{
background-color: #BFDB59;
}
.BgClassName
{
background-color: #BFDB59;
}
</style>
border-color css
<style>
span { border-color: #BFDB59; }
span { border-color: rgb(191,219,89); }
td.TdClassName
{
border-color: #BFDB59;
}
.TagClassName
{
border-color: #BFDB59;
}
</style>