Shades of Conifer #BCEA64
Tints of Conifer #BCEA64
RGB
CMYK
RGB Variations
Color information
#BCEA64 (or 0xBCEA64) is known color: Conifer. HEX triplet: BC, EA and 64. RGB value is (188,234,100). Sum of RGB (Red+Green+Blue) = 188+234+100=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA64 is #43159B. Grayscale: #CDCDCD. Windows color (decimal): -4396444 or 6613692. OLE color: 6613692.
HSL color Cylindrical-coordinate representation of color #BCEA64: hue angle of 80.6º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCEA64 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 100 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.08 |
| HSL | 80.6º | 0.76% | 0.65% | - |
| HSV(B) | 80.6º | 0.57% | 0.92% | - |
| XYZ | 52.46 | 70.46 | 22.89 | - |
| YUV | 204.97 | 68.76 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 100 | 0.20 | 0 | 0.57 | 0.08 | 80.6 | 0.76 | 0.65 |
| Hex | BC | EA | 64 | 14 | 0 | 39 | 8 | 51 | 4C | 41 |
| Octal | 274 | 352 | 144 | 24 | 0 | 71 | 10 | 121 | 114 | 101 |
| Binary | 10111100 | 11101010 | 1100100 | 10100 | 0 | 111001 | 1000 | 1010001 | 1001100 | 1000001 |
Color Harmonies of #BCEA64
Complementary color
Monochromatic Colors of #BCEA64
Black with #BCEA64
Text Example
Text Example
White with #BCEA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA64; }
p { color: rgb(188,234,100); }
H1.HeaderClassName
{
color: #BCEA64;
}
.AnyTagClassName
{
color: #BCEA64;
}
</style>
background-color css
<style>
a { background-color: #BCEA64; }
a { background-color: rgb(188,234,100); }
div.DivClassName
{
background-color: #BCEA64;
}
.BgClassName
{
background-color: #BCEA64;
}
</style>
border-color css
<style>
span { border-color: #BCEA64; }
span { border-color: rgb(188,234,100); }
td.TdClassName
{
border-color: #BCEA64;
}
.TagClassName
{
border-color: #BCEA64;
}
</style>