Shades of Conifer #BFD952
Tints of Conifer #BFD952
RGB
CMYK
RGB Variations
Color information
#BFD952 (or 0xBFD952) is known color: Conifer. HEX triplet: BF, D9 and 52. RGB value is (191,217,82). Sum of RGB (Red+Green+Blue) = 191+217+82=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD952 is #4026AD. Grayscale: #C2C2C2. Windows color (decimal): -4204206 or 5429695. OLE color: 5429695.
HSL color Cylindrical-coordinate representation of color #BFD952: hue angle of 71.56º degrees, saturation: 0.64, 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 #BFD952 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 82 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.15 |
| HSL | 71.56º | 0.64% | 0.59% | - |
| HSV(B) | 71.56º | 0.62% | 0.85% | - |
| XYZ | 47.82 | 61.31 | 17.3 | - |
| YUV | 193.84 | 64.89 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 82 | 0.12 | 0 | 0.62 | 0.15 | 71.56 | 0.64 | 0.59 |
| Hex | BF | D9 | 52 | C | 0 | 3E | F | 48 | 40 | 3B |
| Octal | 277 | 331 | 122 | 14 | 0 | 76 | 17 | 110 | 100 | 73 |
| Binary | 10111111 | 11011001 | 1010010 | 1100 | 0 | 111110 | 1111 | 1001000 | 1000000 | 111011 |
Color Harmonies of #BFD952
Complementary color
Monochromatic Colors of #BFD952
Black with #BFD952
Text Example
Text Example
White with #BFD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD952; }
p { color: rgb(191,217,82); }
H1.HeaderClassName
{
color: #BFD952;
}
.AnyTagClassName
{
color: #BFD952;
}
</style>
background-color css
<style>
a { background-color: #BFD952; }
a { background-color: rgb(191,217,82); }
div.DivClassName
{
background-color: #BFD952;
}
.BgClassName
{
background-color: #BFD952;
}
</style>
border-color css
<style>
span { border-color: #BFD952; }
span { border-color: rgb(191,217,82); }
td.TdClassName
{
border-color: #BFD952;
}
.TagClassName
{
border-color: #BFD952;
}
</style>