Shades of Conifer #BCF959
Tints of Conifer #BCF959
RGB
CMYK
RGB Variations
Color information
#BCF959 (or 0xBCF959) is known color: Conifer. HEX triplet: BC, F9 and 59. RGB value is (188,249,89). Sum of RGB (Red+Green+Blue) = 188+249+89=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 89 (35.16% from 255 or 16.92% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF959 is #4306A6. Grayscale: #D5D5D5. Windows color (decimal): -4392615 or 5896636. OLE color: 5896636.
HSL color Cylindrical-coordinate representation of color #BCF959: hue angle of 82.88º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCF959 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 89 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.02 |
| HSL | 82.88º | 0.93% | 0.66% | - |
| HSV(B) | 82.88º | 0.64% | 0.98% | - |
| XYZ | 56.42 | 79.16 | 21.76 | - |
| YUV | 212.52 | 58.29 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 89 | 0.24 | 0 | 0.64 | 0.02 | 82.88 | 0.93 | 0.66 |
| Hex | BC | F9 | 59 | 18 | 0 | 40 | 2 | 53 | 5D | 42 |
| Octal | 274 | 371 | 131 | 30 | 0 | 100 | 2 | 123 | 135 | 102 |
| Binary | 10111100 | 11111001 | 1011001 | 11000 | 0 | 1000000 | 10 | 1010011 | 1011101 | 1000010 |
Color Harmonies of #BCF959
Complementary color
Monochromatic Colors of #BCF959
Black with #BCF959
Text Example
Text Example
White with #BCF959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF959; }
p { color: rgb(188,249,89); }
H1.HeaderClassName
{
color: #BCF959;
}
.AnyTagClassName
{
color: #BCF959;
}
</style>
background-color css
<style>
a { background-color: #BCF959; }
a { background-color: rgb(188,249,89); }
div.DivClassName
{
background-color: #BCF959;
}
.BgClassName
{
background-color: #BCF959;
}
</style>
border-color css
<style>
span { border-color: #BCF959; }
span { border-color: rgb(188,249,89); }
td.TdClassName
{
border-color: #BCF959;
}
.TagClassName
{
border-color: #BCF959;
}
</style>