Shades of Conifer #BCEB65
Tints of Conifer #BCEB65
RGB
CMYK
RGB Variations
Color information
#BCEB65 (or 0xBCEB65) is known color: Conifer. HEX triplet: BC, EB and 65. RGB value is (188,235,101). Sum of RGB (Red+Green+Blue) = 188+235+101=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB65 is #43149A. Grayscale: #CECECE. Windows color (decimal): -4396187 or 6679484. OLE color: 6679484.
HSL color Cylindrical-coordinate representation of color #BCEB65: hue angle of 81.04º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCEB65 is Cyan = 0.2, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 101 | - |
| CMYK | 0.2 | 0 | 0.57 | 0.08 |
| HSL | 81.04º | 0.77% | 0.66% | - |
| HSV(B) | 81.04º | 0.57% | 0.92% | - |
| XYZ | 52.8 | 71.05 | 23.24 | - |
| YUV | 205.67 | 68.93 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 101 | 0.2 | 0 | 0.57 | 0.08 | 81.04 | 0.77 | 0.66 |
| Hex | BC | EB | 65 | 14 | 0 | 39 | 8 | 51 | 4D | 42 |
| Octal | 274 | 353 | 145 | 24 | 0 | 71 | 10 | 121 | 115 | 102 |
| Binary | 10111100 | 11101011 | 1100101 | 10100 | 0 | 111001 | 1000 | 1010001 | 1001101 | 1000010 |
Color Harmonies of #BCEB65
Complementary color
Monochromatic Colors of #BCEB65
Black with #BCEB65
Text Example
Text Example
White with #BCEB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB65; }
p { color: rgb(188,235,101); }
H1.HeaderClassName
{
color: #BCEB65;
}
.AnyTagClassName
{
color: #BCEB65;
}
</style>
background-color css
<style>
a { background-color: #BCEB65; }
a { background-color: rgb(188,235,101); }
div.DivClassName
{
background-color: #BCEB65;
}
.BgClassName
{
background-color: #BCEB65;
}
</style>
border-color css
<style>
span { border-color: #BCEB65; }
span { border-color: rgb(188,235,101); }
td.TdClassName
{
border-color: #BCEB65;
}
.TagClassName
{
border-color: #BCEB65;
}
</style>