Shades of Conifer #BCDB57
Tints of Conifer #BCDB57
RGB
CMYK
RGB Variations
Color information
#BCDB57 (or 0xBCDB57) is known color: Conifer. HEX triplet: BC, DB and 57. RGB value is (188,219,87). Sum of RGB (Red+Green+Blue) = 188+219+87=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB57 is #4324A8. Grayscale: #C3C3C3. Windows color (decimal): -4400297 or 5757884. OLE color: 5757884.
HSL color Cylindrical-coordinate representation of color #BCDB57: hue angle of 74.09º 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 #BCDB57 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 87 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.14 |
| HSL | 74.09º | 0.65% | 0.6% | - |
| HSV(B) | 74.09º | 0.6% | 0.86% | - |
| XYZ | 47.79 | 62.04 | 18.47 | - |
| YUV | 194.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 87 | 0.14 | 0 | 0.60 | 0.14 | 74.09 | 0.65 | 0.6 |
| Hex | BC | DB | 57 | E | 0 | 3C | E | 4A | 41 | 3C |
| Octal | 274 | 333 | 127 | 16 | 0 | 74 | 16 | 112 | 101 | 74 |
| Binary | 10111100 | 11011011 | 1010111 | 1110 | 0 | 111100 | 1110 | 1001010 | 1000001 | 111100 |
Color Harmonies of #BCDB57
Complementary color
Monochromatic Colors of #BCDB57
Black with #BCDB57
Text Example
Text Example
White with #BCDB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB57; }
p { color: rgb(188,219,87); }
H1.HeaderClassName
{
color: #BCDB57;
}
.AnyTagClassName
{
color: #BCDB57;
}
</style>
background-color css
<style>
a { background-color: #BCDB57; }
a { background-color: rgb(188,219,87); }
div.DivClassName
{
background-color: #BCDB57;
}
.BgClassName
{
background-color: #BCDB57;
}
</style>
border-color css
<style>
span { border-color: #BCDB57; }
span { border-color: rgb(188,219,87); }
td.TdClassName
{
border-color: #BCDB57;
}
.TagClassName
{
border-color: #BCDB57;
}
</style>