Shades of Conifer #BCDC61
Tints of Conifer #BCDC61
RGB
CMYK
RGB Variations
Color information
#BCDC61 (or 0xBCDC61) is known color: Conifer. HEX triplet: BC, DC and 61. RGB value is (188,220,97). Sum of RGB (Red+Green+Blue) = 188+220+97=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC61 is #43239E. Grayscale: #C4C4C4. Windows color (decimal): -4400031 or 6413500. OLE color: 6413500.
HSL color Cylindrical-coordinate representation of color #BCDC61: hue angle of 75.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCDC61 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 97 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.14 |
| HSL | 75.61º | 0.64% | 0.62% | - |
| HSV(B) | 75.61º | 0.56% | 0.86% | - |
| XYZ | 48.49 | 62.74 | 20.86 | - |
| YUV | 196.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 97 | 0.15 | 0 | 0.56 | 0.14 | 75.61 | 0.64 | 0.62 |
| Hex | BC | DC | 61 | F | 0 | 38 | E | 4C | 40 | 3E |
| Octal | 274 | 334 | 141 | 17 | 0 | 70 | 16 | 114 | 100 | 76 |
| Binary | 10111100 | 11011100 | 1100001 | 1111 | 0 | 111000 | 1110 | 1001100 | 1000000 | 111110 |
Color Harmonies of #BCDC61
Complementary color
Monochromatic Colors of #BCDC61
Black with #BCDC61
Text Example
Text Example
White with #BCDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC61; }
p { color: rgb(188,220,97); }
H1.HeaderClassName
{
color: #BCDC61;
}
.AnyTagClassName
{
color: #BCDC61;
}
</style>
background-color css
<style>
a { background-color: #BCDC61; }
a { background-color: rgb(188,220,97); }
div.DivClassName
{
background-color: #BCDC61;
}
.BgClassName
{
background-color: #BCDC61;
}
</style>
border-color css
<style>
span { border-color: #BCDC61; }
span { border-color: rgb(188,220,97); }
td.TdClassName
{
border-color: #BCDC61;
}
.TagClassName
{
border-color: #BCDC61;
}
</style>