Shades of Conifer #BCF160
Tints of Conifer #BCF160
RGB
CMYK
RGB Variations
Color information
#BCF160 (or 0xBCF160) is known color: Conifer. HEX triplet: BC, F1 and 60. RGB value is (188,241,96). Sum of RGB (Red+Green+Blue) = 188+241+96=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF160 is #430E9F. Grayscale: #D1D1D1. Windows color (decimal): -4394656 or 6353340. OLE color: 6353340.
HSL color Cylindrical-coordinate representation of color #BCF160: hue angle of 81.93º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCF160 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 96 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.05 |
| HSL | 81.93º | 0.84% | 0.66% | - |
| HSV(B) | 81.93º | 0.6% | 0.95% | - |
| XYZ | 54.31 | 74.45 | 22.57 | - |
| YUV | 208.62 | 64.44 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 96 | 0.22 | 0 | 0.60 | 0.05 | 81.93 | 0.84 | 0.66 |
| Hex | BC | F1 | 60 | 16 | 0 | 3C | 5 | 52 | 54 | 42 |
| Octal | 274 | 361 | 140 | 26 | 0 | 74 | 5 | 122 | 124 | 102 |
| Binary | 10111100 | 11110001 | 1100000 | 10110 | 0 | 111100 | 101 | 1010010 | 1010100 | 1000010 |
Color Harmonies of #BCF160
Complementary color
Monochromatic Colors of #BCF160
Black with #BCF160
Text Example
Text Example
White with #BCF160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF160; }
p { color: rgb(188,241,96); }
H1.HeaderClassName
{
color: #BCF160;
}
.AnyTagClassName
{
color: #BCF160;
}
</style>
background-color css
<style>
a { background-color: #BCF160; }
a { background-color: rgb(188,241,96); }
div.DivClassName
{
background-color: #BCF160;
}
.BgClassName
{
background-color: #BCF160;
}
</style>
border-color css
<style>
span { border-color: #BCF160; }
span { border-color: rgb(188,241,96); }
td.TdClassName
{
border-color: #BCF160;
}
.TagClassName
{
border-color: #BCF160;
}
</style>