Shades of Conifer #BFD752
Tints of Conifer #BFD752
RGB
CMYK
RGB Variations
Color information
#BFD752 (or 0xBFD752) is known color: Conifer. HEX triplet: BF, D7 and 52. RGB value is (191,215,82). Sum of RGB (Red+Green+Blue) = 191+215+82=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD752 is #4028AD. Grayscale: #C1C1C1. Windows color (decimal): -4204718 or 5429183. OLE color: 5429183.
HSL color Cylindrical-coordinate representation of color #BFD752: hue angle of 70.83º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFD752 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 82 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.16 |
| HSL | 70.83º | 0.62% | 0.58% | - |
| HSV(B) | 70.83º | 0.62% | 0.84% | - |
| XYZ | 47.31 | 60.29 | 17.13 | - |
| YUV | 192.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 82 | 0.11 | 0 | 0.62 | 0.16 | 70.83 | 0.62 | 0.58 |
| Hex | BF | D7 | 52 | B | 0 | 3E | 10 | 47 | 3E | 3A |
| Octal | 277 | 327 | 122 | 13 | 0 | 76 | 20 | 107 | 76 | 72 |
| Binary | 10111111 | 11010111 | 1010010 | 1011 | 0 | 111110 | 10000 | 1000111 | 111110 | 111010 |
Color Harmonies of #BFD752
Complementary color
Monochromatic Colors of #BFD752
Black with #BFD752
Text Example
Text Example
White with #BFD752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD752; }
p { color: rgb(191,215,82); }
H1.HeaderClassName
{
color: #BFD752;
}
.AnyTagClassName
{
color: #BFD752;
}
</style>
background-color css
<style>
a { background-color: #BFD752; }
a { background-color: rgb(191,215,82); }
div.DivClassName
{
background-color: #BFD752;
}
.BgClassName
{
background-color: #BFD752;
}
</style>
border-color css
<style>
span { border-color: #BFD752; }
span { border-color: rgb(191,215,82); }
td.TdClassName
{
border-color: #BFD752;
}
.TagClassName
{
border-color: #BFD752;
}
</style>