Shades of Conifer #BCDB5F
Tints of Conifer #BCDB5F
RGB
CMYK
RGB Variations
Color information
#BCDB5F (or 0xBCDB5F) is known color: Conifer. HEX triplet: BC, DB and 5F. RGB value is (188,219,95). Sum of RGB (Red+Green+Blue) = 188+219+95=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB5F is #4324A0. Grayscale: #C4C4C4. Windows color (decimal): -4400289 or 6282172. OLE color: 6282172.
HSL color Cylindrical-coordinate representation of color #BCDB5F: hue angle of 75º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCDB5F is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 95 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.14 |
| HSL | 75º | 0.63% | 0.62% | - |
| HSV(B) | 75º | 0.57% | 0.86% | - |
| XYZ | 48.14 | 62.18 | 20.29 | - |
| YUV | 195.6 | 71.23 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 95 | 0.14 | 0 | 0.57 | 0.14 | 75 | 0.63 | 0.62 |
| Hex | BC | DB | 5F | E | 0 | 39 | E | 4B | 3F | 3E |
| Octal | 274 | 333 | 137 | 16 | 0 | 71 | 16 | 113 | 77 | 76 |
| Binary | 10111100 | 11011011 | 1011111 | 1110 | 0 | 111001 | 1110 | 1001011 | 111111 | 111110 |
Color Harmonies of #BCDB5F
Complementary color
Monochromatic Colors of #BCDB5F
Black with #BCDB5F
Text Example
Text Example
White with #BCDB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB5F; }
p { color: rgb(188,219,95); }
H1.HeaderClassName
{
color: #BCDB5F;
}
.AnyTagClassName
{
color: #BCDB5F;
}
</style>
background-color css
<style>
a { background-color: #BCDB5F; }
a { background-color: rgb(188,219,95); }
div.DivClassName
{
background-color: #BCDB5F;
}
.BgClassName
{
background-color: #BCDB5F;
}
</style>
border-color css
<style>
span { border-color: #BCDB5F; }
span { border-color: rgb(188,219,95); }
td.TdClassName
{
border-color: #BCDB5F;
}
.TagClassName
{
border-color: #BCDB5F;
}
</style>