Shades of Conifer #BCEB55
Tints of Conifer #BCEB55
RGB
CMYK
RGB Variations
Color information
#BCEB55 (or 0xBCEB55) is known color: Conifer. HEX triplet: BC, EB and 55. RGB value is (188,235,85). Sum of RGB (Red+Green+Blue) = 188+235+85=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB55 is #4314AA. Grayscale: #CCCCCC. Windows color (decimal): -4396203 or 5630908. OLE color: 5630908.
HSL color Cylindrical-coordinate representation of color #BCEB55: hue angle of 78.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCEB55 is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 85 | - |
| CMYK | 0.2 | 0 | 0.64 | 0.08 |
| HSL | 78.8º | 0.79% | 0.63% | - |
| HSV(B) | 78.8º | 0.64% | 0.92% | - |
| XYZ | 52.09 | 70.76 | 19.51 | - |
| YUV | 203.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 85 | 0.2 | 0 | 0.64 | 0.08 | 78.8 | 0.79 | 0.63 |
| Hex | BC | EB | 55 | 14 | 0 | 40 | 8 | 4F | 4F | 3F |
| Octal | 274 | 353 | 125 | 24 | 0 | 100 | 10 | 117 | 117 | 77 |
| Binary | 10111100 | 11101011 | 1010101 | 10100 | 0 | 1000000 | 1000 | 1001111 | 1001111 | 111111 |
Color Harmonies of #BCEB55
Complementary color
Monochromatic Colors of #BCEB55
Black with #BCEB55
Text Example
Text Example
White with #BCEB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB55; }
p { color: rgb(188,235,85); }
H1.HeaderClassName
{
color: #BCEB55;
}
.AnyTagClassName
{
color: #BCEB55;
}
</style>
background-color css
<style>
a { background-color: #BCEB55; }
a { background-color: rgb(188,235,85); }
div.DivClassName
{
background-color: #BCEB55;
}
.BgClassName
{
background-color: #BCEB55;
}
</style>
border-color css
<style>
span { border-color: #BCEB55; }
span { border-color: rgb(188,235,85); }
td.TdClassName
{
border-color: #BCEB55;
}
.TagClassName
{
border-color: #BCEB55;
}
</style>