Shades of Conifer #BCEB64
Tints of Conifer #BCEB64
RGB
CMYK
RGB Variations
Color information
#BCEB64 (or 0xBCEB64) is known color: Conifer. HEX triplet: BC, EB and 64. RGB value is (188,235,100). Sum of RGB (Red+Green+Blue) = 188+235+100=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB64 is #43149B. Grayscale: #CECECE. Windows color (decimal): -4396188 or 6613948. OLE color: 6613948.
HSL color Cylindrical-coordinate representation of color #BCEB64: hue angle of 80.89º 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 #BCEB64 is Cyan = 0.2, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 100 | - |
| CMYK | 0.2 | 0 | 0.57 | 0.08 |
| HSL | 80.89º | 0.77% | 0.66% | - |
| HSV(B) | 80.89º | 0.57% | 0.92% | - |
| XYZ | 52.75 | 71.03 | 22.99 | - |
| YUV | 205.56 | 68.43 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 100 | 0.2 | 0 | 0.57 | 0.08 | 80.89 | 0.77 | 0.66 |
| Hex | BC | EB | 64 | 14 | 0 | 39 | 8 | 51 | 4D | 42 |
| Octal | 274 | 353 | 144 | 24 | 0 | 71 | 10 | 121 | 115 | 102 |
| Binary | 10111100 | 11101011 | 1100100 | 10100 | 0 | 111001 | 1000 | 1010001 | 1001101 | 1000010 |
Color Harmonies of #BCEB64
Complementary color
Monochromatic Colors of #BCEB64
Black with #BCEB64
Text Example
Text Example
White with #BCEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB64; }
p { color: rgb(188,235,100); }
H1.HeaderClassName
{
color: #BCEB64;
}
.AnyTagClassName
{
color: #BCEB64;
}
</style>
background-color css
<style>
a { background-color: #BCEB64; }
a { background-color: rgb(188,235,100); }
div.DivClassName
{
background-color: #BCEB64;
}
.BgClassName
{
background-color: #BCEB64;
}
</style>
border-color css
<style>
span { border-color: #BCEB64; }
span { border-color: rgb(188,235,100); }
td.TdClassName
{
border-color: #BCEB64;
}
.TagClassName
{
border-color: #BCEB64;
}
</style>