Shades of Conifer #BCDB46
Tints of Conifer #BCDB46
RGB
CMYK
RGB Variations
Color information
#BCDB46 (or 0xBCDB46) is known color: Conifer. HEX triplet: BC, DB and 46. RGB value is (188,219,70). Sum of RGB (Red+Green+Blue) = 188+219+70=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB46 is #4324B9. Grayscale: #C1C1C1. Windows color (decimal): -4400314 or 4643772. OLE color: 4643772.
HSL color Cylindrical-coordinate representation of color #BCDB46: hue angle of 72.48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCDB46 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 70 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.14 |
| HSL | 72.48º | 0.67% | 0.57% | - |
| HSV(B) | 72.48º | 0.68% | 0.86% | - |
| XYZ | 47.18 | 61.8 | 15.24 | - |
| YUV | 192.75 | 58.73 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 70 | 0.14 | 0 | 0.68 | 0.14 | 72.48 | 0.67 | 0.57 |
| Hex | BC | DB | 46 | E | 0 | 44 | E | 48 | 43 | 39 |
| Octal | 274 | 333 | 106 | 16 | 0 | 104 | 16 | 110 | 103 | 71 |
| Binary | 10111100 | 11011011 | 1000110 | 1110 | 0 | 1000100 | 1110 | 1001000 | 1000011 | 111001 |
Color Harmonies of #BCDB46
Complementary color
Monochromatic Colors of #BCDB46
Black with #BCDB46
Text Example
Text Example
White with #BCDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB46; }
p { color: rgb(188,219,70); }
H1.HeaderClassName
{
color: #BCDB46;
}
.AnyTagClassName
{
color: #BCDB46;
}
</style>
background-color css
<style>
a { background-color: #BCDB46; }
a { background-color: rgb(188,219,70); }
div.DivClassName
{
background-color: #BCDB46;
}
.BgClassName
{
background-color: #BCDB46;
}
</style>
border-color css
<style>
span { border-color: #BCDB46; }
span { border-color: rgb(188,219,70); }
td.TdClassName
{
border-color: #BCDB46;
}
.TagClassName
{
border-color: #BCDB46;
}
</style>