Shades of Conifer #BCDA51
Tints of Conifer #BCDA51
RGB
CMYK
RGB Variations
Color information
#BCDA51 (or 0xBCDA51) is known color: Conifer. HEX triplet: BC, DA and 51. RGB value is (188,218,81). Sum of RGB (Red+Green+Blue) = 188+218+81=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA51 is #4325AE. Grayscale: #C1C1C1. Windows color (decimal): -4400559 or 5364412. OLE color: 5364412.
HSL color Cylindrical-coordinate representation of color #BCDA51: hue angle of 73.14º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCDA51 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 81 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.15 |
| HSL | 73.14º | 0.65% | 0.59% | - |
| HSV(B) | 73.14º | 0.63% | 0.85% | - |
| XYZ | 47.3 | 61.43 | 17.15 | - |
| YUV | 193.41 | 64.56 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 81 | 0.14 | 0 | 0.63 | 0.15 | 73.14 | 0.65 | 0.59 |
| Hex | BC | DA | 51 | E | 0 | 3F | F | 49 | 41 | 3B |
| Octal | 274 | 332 | 121 | 16 | 0 | 77 | 17 | 111 | 101 | 73 |
| Binary | 10111100 | 11011010 | 1010001 | 1110 | 0 | 111111 | 1111 | 1001001 | 1000001 | 111011 |
Color Harmonies of #BCDA51
Complementary color
Monochromatic Colors of #BCDA51
Black with #BCDA51
Text Example
Text Example
White with #BCDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA51; }
p { color: rgb(188,218,81); }
H1.HeaderClassName
{
color: #BCDA51;
}
.AnyTagClassName
{
color: #BCDA51;
}
</style>
background-color css
<style>
a { background-color: #BCDA51; }
a { background-color: rgb(188,218,81); }
div.DivClassName
{
background-color: #BCDA51;
}
.BgClassName
{
background-color: #BCDA51;
}
</style>
border-color css
<style>
span { border-color: #BCDA51; }
span { border-color: rgb(188,218,81); }
td.TdClassName
{
border-color: #BCDA51;
}
.TagClassName
{
border-color: #BCDA51;
}
</style>