Shades of Conifer #BCF962
Tints of Conifer #BCF962
RGB
CMYK
RGB Variations
Color information
#BCF962 (or 0xBCF962) is known color: Conifer. HEX triplet: BC, F9 and 62. RGB value is (188,249,98). Sum of RGB (Red+Green+Blue) = 188+249+98=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF962 is #43069D. Grayscale: #D6D6D6. Windows color (decimal): -4392606 or 6486460. OLE color: 6486460.
HSL color Cylindrical-coordinate representation of color #BCF962: hue angle of 84.24º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCF962 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 98 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.02 |
| HSL | 84.24º | 0.93% | 0.68% | - |
| HSV(B) | 84.24º | 0.61% | 0.98% | - |
| XYZ | 56.82 | 79.32 | 23.87 | - |
| YUV | 213.55 | 62.79 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 98 | 0.24 | 0 | 0.61 | 0.02 | 84.24 | 0.93 | 0.68 |
| Hex | BC | F9 | 62 | 18 | 0 | 3D | 2 | 54 | 5D | 44 |
| Octal | 274 | 371 | 142 | 30 | 0 | 75 | 2 | 124 | 135 | 104 |
| Binary | 10111100 | 11111001 | 1100010 | 11000 | 0 | 111101 | 10 | 1010100 | 1011101 | 1000100 |
Color Harmonies of #BCF962
Complementary color
Monochromatic Colors of #BCF962
Black with #BCF962
Text Example
Text Example
White with #BCF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF962; }
p { color: rgb(188,249,98); }
H1.HeaderClassName
{
color: #BCF962;
}
.AnyTagClassName
{
color: #BCF962;
}
</style>
background-color css
<style>
a { background-color: #BCF962; }
a { background-color: rgb(188,249,98); }
div.DivClassName
{
background-color: #BCF962;
}
.BgClassName
{
background-color: #BCF962;
}
</style>
border-color css
<style>
span { border-color: #BCF962; }
span { border-color: rgb(188,249,98); }
td.TdClassName
{
border-color: #BCF962;
}
.TagClassName
{
border-color: #BCF962;
}
</style>