Shades of Conifer #BCF163
Tints of Conifer #BCF163
RGB
CMYK
RGB Variations
Color information
#BCF163 (or 0xBCF163) is known color: Conifer. HEX triplet: BC, F1 and 63. RGB value is (188,241,99). Sum of RGB (Red+Green+Blue) = 188+241+99=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF163 is #430E9C. Grayscale: #D1D1D1. Windows color (decimal): -4394653 or 6549948. OLE color: 6549948.
HSL color Cylindrical-coordinate representation of color #BCF163: hue angle of 82.39º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCF163 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 99 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.05 |
| HSL | 82.39º | 0.84% | 0.67% | - |
| HSV(B) | 82.39º | 0.59% | 0.95% | - |
| XYZ | 54.45 | 74.5 | 23.32 | - |
| YUV | 208.97 | 65.94 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 99 | 0.22 | 0 | 0.59 | 0.05 | 82.39 | 0.84 | 0.67 |
| Hex | BC | F1 | 63 | 16 | 0 | 3B | 5 | 52 | 54 | 43 |
| Octal | 274 | 361 | 143 | 26 | 0 | 73 | 5 | 122 | 124 | 103 |
| Binary | 10111100 | 11110001 | 1100011 | 10110 | 0 | 111011 | 101 | 1010010 | 1010100 | 1000011 |
Color Harmonies of #BCF163
Complementary color
Monochromatic Colors of #BCF163
Black with #BCF163
Text Example
Text Example
White with #BCF163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF163; }
p { color: rgb(188,241,99); }
H1.HeaderClassName
{
color: #BCF163;
}
.AnyTagClassName
{
color: #BCF163;
}
</style>
background-color css
<style>
a { background-color: #BCF163; }
a { background-color: rgb(188,241,99); }
div.DivClassName
{
background-color: #BCF163;
}
.BgClassName
{
background-color: #BCF163;
}
</style>
border-color css
<style>
span { border-color: #BCF163; }
span { border-color: rgb(188,241,99); }
td.TdClassName
{
border-color: #BCF163;
}
.TagClassName
{
border-color: #BCF163;
}
</style>