Shades of Conifer #BFE162
Tints of Conifer #BFE162
RGB
CMYK
RGB Variations
Color information
#BFE162 (or 0xBFE162) is known color: Conifer. HEX triplet: BF, E1 and 62. RGB value is (191,225,98). Sum of RGB (Red+Green+Blue) = 191+225+98=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE162 is #401E9D. Grayscale: #C8C8C8. Windows color (decimal): -4202142 or 6480319. OLE color: 6480319.
HSL color Cylindrical-coordinate representation of color #BFE162: hue angle of 76.06º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFE162 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 98 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.12 |
| HSL | 76.06º | 0.68% | 0.63% | - |
| HSV(B) | 76.06º | 0.56% | 0.88% | - |
| XYZ | 50.62 | 65.81 | 21.59 | - |
| YUV | 200.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 98 | 0.15 | 0 | 0.56 | 0.12 | 76.06 | 0.68 | 0.63 |
| Hex | BF | E1 | 62 | F | 0 | 38 | C | 4C | 44 | 3F |
| Octal | 277 | 341 | 142 | 17 | 0 | 70 | 14 | 114 | 104 | 77 |
| Binary | 10111111 | 11100001 | 1100010 | 1111 | 0 | 111000 | 1100 | 1001100 | 1000100 | 111111 |
Color Harmonies of #BFE162
Complementary color
Monochromatic Colors of #BFE162
Black with #BFE162
Text Example
Text Example
White with #BFE162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE162; }
p { color: rgb(191,225,98); }
H1.HeaderClassName
{
color: #BFE162;
}
.AnyTagClassName
{
color: #BFE162;
}
</style>
background-color css
<style>
a { background-color: #BFE162; }
a { background-color: rgb(191,225,98); }
div.DivClassName
{
background-color: #BFE162;
}
.BgClassName
{
background-color: #BFE162;
}
</style>
border-color css
<style>
span { border-color: #BFE162; }
span { border-color: rgb(191,225,98); }
td.TdClassName
{
border-color: #BFE162;
}
.TagClassName
{
border-color: #BFE162;
}
</style>