Shades of Conifer #BCDC64
Tints of Conifer #BCDC64
RGB
CMYK
RGB Variations
Color information
#BCDC64 (or 0xBCDC64) is known color: Conifer. HEX triplet: BC, DC and 64. RGB value is (188,220,100). Sum of RGB (Red+Green+Blue) = 188+220+100=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC64 is #43239B. Grayscale: #C5C5C5. Windows color (decimal): -4400028 or 6610108. OLE color: 6610108.
HSL color Cylindrical-coordinate representation of color #BCDC64: hue angle of 76º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCDC64 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 100 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.14 |
| HSL | 76º | 0.63% | 0.63% | - |
| HSV(B) | 76º | 0.55% | 0.86% | - |
| XYZ | 48.63 | 62.8 | 21.61 | - |
| YUV | 196.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 100 | 0.15 | 0 | 0.55 | 0.14 | 76 | 0.63 | 0.63 |
| Hex | BC | DC | 64 | F | 0 | 37 | E | 4C | 3F | 3F |
| Octal | 274 | 334 | 144 | 17 | 0 | 67 | 16 | 114 | 77 | 77 |
| Binary | 10111100 | 11011100 | 1100100 | 1111 | 0 | 110111 | 1110 | 1001100 | 111111 | 111111 |
Color Harmonies of #BCDC64
Complementary color
Monochromatic Colors of #BCDC64
Black with #BCDC64
Text Example
Text Example
White with #BCDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC64; }
p { color: rgb(188,220,100); }
H1.HeaderClassName
{
color: #BCDC64;
}
.AnyTagClassName
{
color: #BCDC64;
}
</style>
background-color css
<style>
a { background-color: #BCDC64; }
a { background-color: rgb(188,220,100); }
div.DivClassName
{
background-color: #BCDC64;
}
.BgClassName
{
background-color: #BCDC64;
}
</style>
border-color css
<style>
span { border-color: #BCDC64; }
span { border-color: rgb(188,220,100); }
td.TdClassName
{
border-color: #BCDC64;
}
.TagClassName
{
border-color: #BCDC64;
}
</style>