Shades of Conifer #BCFB5C
Tints of Conifer #BCFB5C
RGB
CMYK
RGB Variations
Color information
#BCFB5C (or 0xBCFB5C) is known color: Conifer. HEX triplet: BC, FB and 5C. RGB value is (188,251,92). Sum of RGB (Red+Green+Blue) = 188+251+92=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB5C is #4304A3. Grayscale: #D6D6D6. Windows color (decimal): -4392100 or 6093756. OLE color: 6093756.
HSL color Cylindrical-coordinate representation of color #BCFB5C: hue angle of 83.77º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCFB5C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 92 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.02 |
| HSL | 83.77º | 0.95% | 0.67% | - |
| HSV(B) | 83.77º | 0.63% | 0.98% | - |
| XYZ | 57.17 | 80.46 | 22.64 | - |
| YUV | 214.04 | 59.13 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 92 | 0.25 | 0 | 0.63 | 0.02 | 83.77 | 0.95 | 0.67 |
| Hex | BC | FB | 5C | 19 | 0 | 3F | 2 | 54 | 5F | 43 |
| Octal | 274 | 373 | 134 | 31 | 0 | 77 | 2 | 124 | 137 | 103 |
| Binary | 10111100 | 11111011 | 1011100 | 11001 | 0 | 111111 | 10 | 1010100 | 1011111 | 1000011 |
Color Harmonies of #BCFB5C
Complementary color
Monochromatic Colors of #BCFB5C
Black with #BCFB5C
Text Example
Text Example
White with #BCFB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB5C; }
p { color: rgb(188,251,92); }
H1.HeaderClassName
{
color: #BCFB5C;
}
.AnyTagClassName
{
color: #BCFB5C;
}
</style>
background-color css
<style>
a { background-color: #BCFB5C; }
a { background-color: rgb(188,251,92); }
div.DivClassName
{
background-color: #BCFB5C;
}
.BgClassName
{
background-color: #BCFB5C;
}
</style>
border-color css
<style>
span { border-color: #BCFB5C; }
span { border-color: rgb(188,251,92); }
td.TdClassName
{
border-color: #BCFB5C;
}
.TagClassName
{
border-color: #BCFB5C;
}
</style>