Shades of Conifer #BFDA52
Tints of Conifer #BFDA52
RGB
CMYK
RGB Variations
Color information
#BFDA52 (or 0xBFDA52) is known color: Conifer. HEX triplet: BF, DA and 52. RGB value is (191,218,82). Sum of RGB (Red+Green+Blue) = 191+218+82=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA52 is #4025AD. Grayscale: #C2C2C2. Windows color (decimal): -4203950 or 5429951. OLE color: 5429951.
HSL color Cylindrical-coordinate representation of color #BFDA52: hue angle of 71.91º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFDA52 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 82 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.15 |
| HSL | 71.91º | 0.65% | 0.59% | - |
| HSV(B) | 71.91º | 0.62% | 0.85% | - |
| XYZ | 48.08 | 61.83 | 17.38 | - |
| YUV | 194.42 | 64.55 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 82 | 0.12 | 0 | 0.62 | 0.15 | 71.91 | 0.65 | 0.59 |
| Hex | BF | DA | 52 | C | 0 | 3E | F | 48 | 41 | 3B |
| Octal | 277 | 332 | 122 | 14 | 0 | 76 | 17 | 110 | 101 | 73 |
| Binary | 10111111 | 11011010 | 1010010 | 1100 | 0 | 111110 | 1111 | 1001000 | 1000001 | 111011 |
Color Harmonies of #BFDA52
Complementary color
Monochromatic Colors of #BFDA52
Black with #BFDA52
Text Example
Text Example
White with #BFDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA52; }
p { color: rgb(191,218,82); }
H1.HeaderClassName
{
color: #BFDA52;
}
.AnyTagClassName
{
color: #BFDA52;
}
</style>
background-color css
<style>
a { background-color: #BFDA52; }
a { background-color: rgb(191,218,82); }
div.DivClassName
{
background-color: #BFDA52;
}
.BgClassName
{
background-color: #BFDA52;
}
</style>
border-color css
<style>
span { border-color: #BFDA52; }
span { border-color: rgb(191,218,82); }
td.TdClassName
{
border-color: #BFDA52;
}
.TagClassName
{
border-color: #BFDA52;
}
</style>