Shades of Conifer #BCEB41
Tints of Conifer #BCEB41
RGB
CMYK
RGB Variations
Color information
#BCEB41 (or 0xBCEB41) is known color: Conifer. HEX triplet: BC, EB and 41. RGB value is (188,235,65). Sum of RGB (Red+Green+Blue) = 188+235+65=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB41 is #4314BE. Grayscale: #CACACA. Windows color (decimal): -4396223 or 4320188. OLE color: 4320188.
HSL color Cylindrical-coordinate representation of color #BCEB41: hue angle of 76.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCEB41 is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 65 | - |
| CMYK | 0.2 | 0 | 0.72 | 0.08 |
| HSL | 76.59º | 0.81% | 0.59% | - |
| HSV(B) | 76.59º | 0.72% | 0.92% | - |
| XYZ | 51.4 | 70.49 | 15.9 | - |
| YUV | 201.57 | 50.93 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 65 | 0.2 | 0 | 0.72 | 0.08 | 76.59 | 0.81 | 0.59 |
| Hex | BC | EB | 41 | 14 | 0 | 48 | 8 | 4D | 51 | 3B |
| Octal | 274 | 353 | 101 | 24 | 0 | 110 | 10 | 115 | 121 | 73 |
| Binary | 10111100 | 11101011 | 1000001 | 10100 | 0 | 1001000 | 1000 | 1001101 | 1010001 | 111011 |
Color Harmonies of #BCEB41
Complementary color
Monochromatic Colors of #BCEB41
Black with #BCEB41
Text Example
Text Example
White with #BCEB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB41; }
p { color: rgb(188,235,65); }
H1.HeaderClassName
{
color: #BCEB41;
}
.AnyTagClassName
{
color: #BCEB41;
}
</style>
background-color css
<style>
a { background-color: #BCEB41; }
a { background-color: rgb(188,235,65); }
div.DivClassName
{
background-color: #BCEB41;
}
.BgClassName
{
background-color: #BCEB41;
}
</style>
border-color css
<style>
span { border-color: #BCEB41; }
span { border-color: rgb(188,235,65); }
td.TdClassName
{
border-color: #BCEB41;
}
.TagClassName
{
border-color: #BCEB41;
}
</style>