Shades of Conifer #BFD957
Tints of Conifer #BFD957
RGB
CMYK
RGB Variations
Color information
#BFD957 (or 0xBFD957) is known color: Conifer. HEX triplet: BF, D9 and 57. RGB value is (191,217,87). Sum of RGB (Red+Green+Blue) = 191+217+87=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD957 is #4026A8. Grayscale: #C2C2C2. Windows color (decimal): -4204201 or 5757375. OLE color: 5757375.
HSL color Cylindrical-coordinate representation of color #BFD957: hue angle of 72º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFD957 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 87 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.15 |
| HSL | 72º | 0.63% | 0.6% | - |
| HSV(B) | 72º | 0.6% | 0.85% | - |
| XYZ | 48.02 | 61.39 | 18.34 | - |
| YUV | 194.41 | 67.39 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 87 | 0.12 | 0 | 0.60 | 0.15 | 72 | 0.63 | 0.6 |
| Hex | BF | D9 | 57 | C | 0 | 3C | F | 48 | 3F | 3C |
| Octal | 277 | 331 | 127 | 14 | 0 | 74 | 17 | 110 | 77 | 74 |
| Binary | 10111111 | 11011001 | 1010111 | 1100 | 0 | 111100 | 1111 | 1001000 | 111111 | 111100 |
Color Harmonies of #BFD957
Complementary color
Monochromatic Colors of #BFD957
Black with #BFD957
Text Example
Text Example
White with #BFD957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD957; }
p { color: rgb(191,217,87); }
H1.HeaderClassName
{
color: #BFD957;
}
.AnyTagClassName
{
color: #BFD957;
}
</style>
background-color css
<style>
a { background-color: #BFD957; }
a { background-color: rgb(191,217,87); }
div.DivClassName
{
background-color: #BFD957;
}
.BgClassName
{
background-color: #BFD957;
}
</style>
border-color css
<style>
span { border-color: #BFD957; }
span { border-color: rgb(191,217,87); }
td.TdClassName
{
border-color: #BFD957;
}
.TagClassName
{
border-color: #BFD957;
}
</style>