Shades of Conifer #BFE956
Tints of Conifer #BFE956
RGB
CMYK
RGB Variations
Color information
#BFE956 (or 0xBFE956) is known color: Conifer. HEX triplet: BF, E9 and 56. RGB value is (191,233,86). Sum of RGB (Red+Green+Blue) = 191+233+86=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE956 is #4016A9. Grayscale: #CCCCCC. Windows color (decimal): -4200106 or 5695935. OLE color: 5695935.
HSL color Cylindrical-coordinate representation of color #BFE956: hue angle of 77.14º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFE956 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 86 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.09 |
| HSL | 77.14º | 0.77% | 0.63% | - |
| HSV(B) | 77.14º | 0.63% | 0.91% | - |
| XYZ | 52.3 | 70.03 | 19.56 | - |
| YUV | 203.68 | 61.59 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 86 | 0.18 | 0 | 0.63 | 0.09 | 77.14 | 0.77 | 0.63 |
| Hex | BF | E9 | 56 | 12 | 0 | 3F | 9 | 4D | 4D | 3F |
| Octal | 277 | 351 | 126 | 22 | 0 | 77 | 11 | 115 | 115 | 77 |
| Binary | 10111111 | 11101001 | 1010110 | 10010 | 0 | 111111 | 1001 | 1001101 | 1001101 | 111111 |
Color Harmonies of #BFE956
Complementary color
Monochromatic Colors of #BFE956
Black with #BFE956
Text Example
Text Example
White with #BFE956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE956; }
p { color: rgb(191,233,86); }
H1.HeaderClassName
{
color: #BFE956;
}
.AnyTagClassName
{
color: #BFE956;
}
</style>
background-color css
<style>
a { background-color: #BFE956; }
a { background-color: rgb(191,233,86); }
div.DivClassName
{
background-color: #BFE956;
}
.BgClassName
{
background-color: #BFE956;
}
</style>
border-color css
<style>
span { border-color: #BFE956; }
span { border-color: rgb(191,233,86); }
td.TdClassName
{
border-color: #BFE956;
}
.TagClassName
{
border-color: #BFE956;
}
</style>