Shades of Conifer #BFD852
Tints of Conifer #BFD852
RGB
CMYK
RGB Variations
Color information
#BFD852 (or 0xBFD852) is known color: Conifer. HEX triplet: BF, D8 and 52. RGB value is (191,216,82). Sum of RGB (Red+Green+Blue) = 191+216+82=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD852 is #4027AD. Grayscale: #C1C1C1. Windows color (decimal): -4204462 or 5429439. OLE color: 5429439.
HSL color Cylindrical-coordinate representation of color #BFD852: hue angle of 71.19º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFD852 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 82 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.15 |
| HSL | 71.19º | 0.63% | 0.58% | - |
| HSV(B) | 71.19º | 0.62% | 0.85% | - |
| XYZ | 47.56 | 60.8 | 17.21 | - |
| YUV | 193.25 | 65.22 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 82 | 0.12 | 0 | 0.62 | 0.15 | 71.19 | 0.63 | 0.58 |
| Hex | BF | D8 | 52 | C | 0 | 3E | F | 47 | 3F | 3A |
| Octal | 277 | 330 | 122 | 14 | 0 | 76 | 17 | 107 | 77 | 72 |
| Binary | 10111111 | 11011000 | 1010010 | 1100 | 0 | 111110 | 1111 | 1000111 | 111111 | 111010 |
Color Harmonies of #BFD852
Complementary color
Monochromatic Colors of #BFD852
Black with #BFD852
Text Example
Text Example
White with #BFD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD852; }
p { color: rgb(191,216,82); }
H1.HeaderClassName
{
color: #BFD852;
}
.AnyTagClassName
{
color: #BFD852;
}
</style>
background-color css
<style>
a { background-color: #BFD852; }
a { background-color: rgb(191,216,82); }
div.DivClassName
{
background-color: #BFD852;
}
.BgClassName
{
background-color: #BFD852;
}
</style>
border-color css
<style>
span { border-color: #BFD852; }
span { border-color: rgb(191,216,82); }
td.TdClassName
{
border-color: #BFD852;
}
.TagClassName
{
border-color: #BFD852;
}
</style>