Shades of Conifer #BCDC58
Tints of Conifer #BCDC58
RGB
CMYK
RGB Variations
Color information
#BCDC58 (or 0xBCDC58) is known color: Conifer. HEX triplet: BC, DC and 58. RGB value is (188,220,88). Sum of RGB (Red+Green+Blue) = 188+220+88=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC58 is #4323A7. Grayscale: #C3C3C3. Windows color (decimal): -4400040 or 5823676. OLE color: 5823676.
HSL color Cylindrical-coordinate representation of color #BCDC58: hue angle of 74.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCDC58 is Cyan = 0.15, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 88 | - |
| CMYK | 0.15 | 0 | 0.6 | 0.14 |
| HSL | 74.55º | 0.65% | 0.6% | - |
| HSV(B) | 74.55º | 0.6% | 0.86% | - |
| XYZ | 48.09 | 62.58 | 18.78 | - |
| YUV | 195.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 88 | 0.15 | 0 | 0.6 | 0.14 | 74.55 | 0.65 | 0.6 |
| Hex | BC | DC | 58 | F | 0 | 3C | E | 4B | 41 | 3C |
| Octal | 274 | 334 | 130 | 17 | 0 | 74 | 16 | 113 | 101 | 74 |
| Binary | 10111100 | 11011100 | 1011000 | 1111 | 0 | 111100 | 1110 | 1001011 | 1000001 | 111100 |
Color Harmonies of #BCDC58
Complementary color
Monochromatic Colors of #BCDC58
Black with #BCDC58
Text Example
Text Example
White with #BCDC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC58; }
p { color: rgb(188,220,88); }
H1.HeaderClassName
{
color: #BCDC58;
}
.AnyTagClassName
{
color: #BCDC58;
}
</style>
background-color css
<style>
a { background-color: #BCDC58; }
a { background-color: rgb(188,220,88); }
div.DivClassName
{
background-color: #BCDC58;
}
.BgClassName
{
background-color: #BCDC58;
}
</style>
border-color css
<style>
span { border-color: #BCDC58; }
span { border-color: rgb(188,220,88); }
td.TdClassName
{
border-color: #BCDC58;
}
.TagClassName
{
border-color: #BCDC58;
}
</style>