Shades of Conifer #BCEB5E
Tints of Conifer #BCEB5E
RGB
CMYK
RGB Variations
Color information
#BCEB5E (or 0xBCEB5E) is known color: Conifer. HEX triplet: BC, EB and 5E. RGB value is (188,235,94). Sum of RGB (Red+Green+Blue) = 188+235+94=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB5E is #4314A1. Grayscale: #CDCDCD. Windows color (decimal): -4396194 or 6220732. OLE color: 6220732.
HSL color Cylindrical-coordinate representation of color #BCEB5E: hue angle of 80º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCEB5E is Cyan = 0.2, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 94 | - |
| CMYK | 0.2 | 0 | 0.6 | 0.08 |
| HSL | 80º | 0.78% | 0.65% | - |
| HSV(B) | 80º | 0.6% | 0.92% | - |
| XYZ | 52.47 | 70.92 | 21.51 | - |
| YUV | 204.87 | 65.43 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 94 | 0.2 | 0 | 0.6 | 0.08 | 80 | 0.78 | 0.65 |
| Hex | BC | EB | 5E | 14 | 0 | 3C | 8 | 50 | 4E | 41 |
| Octal | 274 | 353 | 136 | 24 | 0 | 74 | 10 | 120 | 116 | 101 |
| Binary | 10111100 | 11101011 | 1011110 | 10100 | 0 | 111100 | 1000 | 1010000 | 1001110 | 1000001 |
Color Harmonies of #BCEB5E
Complementary color
Monochromatic Colors of #BCEB5E
Black with #BCEB5E
Text Example
Text Example
White with #BCEB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB5E; }
p { color: rgb(188,235,94); }
H1.HeaderClassName
{
color: #BCEB5E;
}
.AnyTagClassName
{
color: #BCEB5E;
}
</style>
background-color css
<style>
a { background-color: #BCEB5E; }
a { background-color: rgb(188,235,94); }
div.DivClassName
{
background-color: #BCEB5E;
}
.BgClassName
{
background-color: #BCEB5E;
}
</style>
border-color css
<style>
span { border-color: #BCEB5E; }
span { border-color: rgb(188,235,94); }
td.TdClassName
{
border-color: #BCEB5E;
}
.TagClassName
{
border-color: #BCEB5E;
}
</style>