Shades of Conifer #BCF662
Tints of Conifer #BCF662
RGB
CMYK
RGB Variations
Color information
#BCF662 (or 0xBCF662) is known color: Conifer. HEX triplet: BC, F6 and 62. RGB value is (188,246,98). Sum of RGB (Red+Green+Blue) = 188+246+98=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF662 is #43099D. Grayscale: #D4D4D4. Windows color (decimal): -4393374 or 6485692. OLE color: 6485692.
HSL color Cylindrical-coordinate representation of color #BCF662: hue angle of 83.51º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCF662 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 98 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.04 |
| HSL | 83.51º | 0.89% | 0.67% | - |
| HSV(B) | 83.51º | 0.6% | 0.96% | - |
| XYZ | 55.9 | 77.48 | 23.57 | - |
| YUV | 211.79 | 63.78 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 98 | 0.24 | 0 | 0.60 | 0.04 | 83.51 | 0.89 | 0.67 |
| Hex | BC | F6 | 62 | 18 | 0 | 3C | 4 | 54 | 59 | 43 |
| Octal | 274 | 366 | 142 | 30 | 0 | 74 | 4 | 124 | 131 | 103 |
| Binary | 10111100 | 11110110 | 1100010 | 11000 | 0 | 111100 | 100 | 1010100 | 1011001 | 1000011 |
Color Harmonies of #BCF662
Complementary color
Monochromatic Colors of #BCF662
Black with #BCF662
Text Example
Text Example
White with #BCF662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF662; }
p { color: rgb(188,246,98); }
H1.HeaderClassName
{
color: #BCF662;
}
.AnyTagClassName
{
color: #BCF662;
}
</style>
background-color css
<style>
a { background-color: #BCF662; }
a { background-color: rgb(188,246,98); }
div.DivClassName
{
background-color: #BCF662;
}
.BgClassName
{
background-color: #BCF662;
}
</style>
border-color css
<style>
span { border-color: #BCF662; }
span { border-color: rgb(188,246,98); }
td.TdClassName
{
border-color: #BCF662;
}
.TagClassName
{
border-color: #BCF662;
}
</style>