Shades of Conifer #BCDC51
Tints of Conifer #BCDC51
RGB
CMYK
RGB Variations
Color information
#BCDC51 (or 0xBCDC51) is known color: Conifer. HEX triplet: BC, DC and 51. RGB value is (188,220,81). Sum of RGB (Red+Green+Blue) = 188+220+81=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC51 is #4323AE. Grayscale: #C3C3C3. Windows color (decimal): -4400047 or 5364924. OLE color: 5364924.
HSL color Cylindrical-coordinate representation of color #BCDC51: hue angle of 73.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCDC51 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 81 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.14 |
| HSL | 73.81º | 0.67% | 0.59% | - |
| HSV(B) | 73.81º | 0.63% | 0.86% | - |
| XYZ | 47.82 | 62.47 | 17.32 | - |
| YUV | 194.59 | 63.9 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 81 | 0.15 | 0 | 0.63 | 0.14 | 73.81 | 0.67 | 0.59 |
| Hex | BC | DC | 51 | F | 0 | 3F | E | 4A | 43 | 3B |
| Octal | 274 | 334 | 121 | 17 | 0 | 77 | 16 | 112 | 103 | 73 |
| Binary | 10111100 | 11011100 | 1010001 | 1111 | 0 | 111111 | 1110 | 1001010 | 1000011 | 111011 |
Color Harmonies of #BCDC51
Complementary color
Monochromatic Colors of #BCDC51
Black with #BCDC51
Text Example
Text Example
White with #BCDC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC51; }
p { color: rgb(188,220,81); }
H1.HeaderClassName
{
color: #BCDC51;
}
.AnyTagClassName
{
color: #BCDC51;
}
</style>
background-color css
<style>
a { background-color: #BCDC51; }
a { background-color: rgb(188,220,81); }
div.DivClassName
{
background-color: #BCDC51;
}
.BgClassName
{
background-color: #BCDC51;
}
</style>
border-color css
<style>
span { border-color: #BCDC51; }
span { border-color: rgb(188,220,81); }
td.TdClassName
{
border-color: #BCDC51;
}
.TagClassName
{
border-color: #BCDC51;
}
</style>