Shades of Conifer #BCDD64
Tints of Conifer #BCDD64
RGB
CMYK
RGB Variations
Color information
#BCDD64 (or 0xBCDD64) is known color: Conifer. HEX triplet: BC, DD and 64. RGB value is (188,221,100). Sum of RGB (Red+Green+Blue) = 188+221+100=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD64 is #43229B. Grayscale: #C5C5C5. Windows color (decimal): -4399772 or 6610364. OLE color: 6610364.
HSL color Cylindrical-coordinate representation of color #BCDD64: hue angle of 76.36º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCDD64 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 100 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.13 |
| HSL | 76.36º | 0.64% | 0.63% | - |
| HSV(B) | 76.36º | 0.55% | 0.87% | - |
| XYZ | 48.9 | 63.32 | 21.7 | - |
| YUV | 197.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 100 | 0.15 | 0 | 0.55 | 0.13 | 76.36 | 0.64 | 0.63 |
| Hex | BC | DD | 64 | F | 0 | 37 | D | 4C | 40 | 3F |
| Octal | 274 | 335 | 144 | 17 | 0 | 67 | 15 | 114 | 100 | 77 |
| Binary | 10111100 | 11011101 | 1100100 | 1111 | 0 | 110111 | 1101 | 1001100 | 1000000 | 111111 |
Color Harmonies of #BCDD64
Complementary color
Monochromatic Colors of #BCDD64
Black with #BCDD64
Text Example
Text Example
White with #BCDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD64; }
p { color: rgb(188,221,100); }
H1.HeaderClassName
{
color: #BCDD64;
}
.AnyTagClassName
{
color: #BCDD64;
}
</style>
background-color css
<style>
a { background-color: #BCDD64; }
a { background-color: rgb(188,221,100); }
div.DivClassName
{
background-color: #BCDD64;
}
.BgClassName
{
background-color: #BCDD64;
}
</style>
border-color css
<style>
span { border-color: #BCDD64; }
span { border-color: rgb(188,221,100); }
td.TdClassName
{
border-color: #BCDD64;
}
.TagClassName
{
border-color: #BCDD64;
}
</style>