Shades of Conifer #BCEB5C
Tints of Conifer #BCEB5C
RGB
CMYK
RGB Variations
Color information
#BCEB5C (or 0xBCEB5C) is known color: Conifer. HEX triplet: BC, EB and 5C. RGB value is (188,235,92). Sum of RGB (Red+Green+Blue) = 188+235+92=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB5C is #4314A3. Grayscale: #CDCDCD. Windows color (decimal): -4396196 or 6089660. OLE color: 6089660.
HSL color Cylindrical-coordinate representation of color #BCEB5C: hue angle of 79.72º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCEB5C is Cyan = 0.2, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 92 | - |
| CMYK | 0.2 | 0 | 0.61 | 0.08 |
| HSL | 79.72º | 0.78% | 0.64% | - |
| HSV(B) | 79.72º | 0.61% | 0.92% | - |
| XYZ | 52.38 | 70.88 | 21.05 | - |
| YUV | 204.65 | 64.43 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 92 | 0.2 | 0 | 0.61 | 0.08 | 79.72 | 0.78 | 0.64 |
| Hex | BC | EB | 5C | 14 | 0 | 3D | 8 | 50 | 4E | 40 |
| Octal | 274 | 353 | 134 | 24 | 0 | 75 | 10 | 120 | 116 | 100 |
| Binary | 10111100 | 11101011 | 1011100 | 10100 | 0 | 111101 | 1000 | 1010000 | 1001110 | 1000000 |
Color Harmonies of #BCEB5C
Complementary color
Monochromatic Colors of #BCEB5C
Black with #BCEB5C
Text Example
Text Example
White with #BCEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB5C; }
p { color: rgb(188,235,92); }
H1.HeaderClassName
{
color: #BCEB5C;
}
.AnyTagClassName
{
color: #BCEB5C;
}
</style>
background-color css
<style>
a { background-color: #BCEB5C; }
a { background-color: rgb(188,235,92); }
div.DivClassName
{
background-color: #BCEB5C;
}
.BgClassName
{
background-color: #BCEB5C;
}
</style>
border-color css
<style>
span { border-color: #BCEB5C; }
span { border-color: rgb(188,235,92); }
td.TdClassName
{
border-color: #BCEB5C;
}
.TagClassName
{
border-color: #BCEB5C;
}
</style>