Shades of Conifer #BCDB59
Tints of Conifer #BCDB59
RGB
CMYK
RGB Variations
Color information
#BCDB59 (or 0xBCDB59) is known color: Conifer. HEX triplet: BC, DB and 59. RGB value is (188,219,89). Sum of RGB (Red+Green+Blue) = 188+219+89=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB59 is #4324A6. Grayscale: #C3C3C3. Windows color (decimal): -4400295 or 5888956. OLE color: 5888956.
HSL color Cylindrical-coordinate representation of color #BCDB59: hue angle of 74.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCDB59 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 89 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.14 |
| HSL | 74.31º | 0.64% | 0.6% | - |
| HSV(B) | 74.31º | 0.59% | 0.86% | - |
| XYZ | 47.87 | 62.08 | 18.91 | - |
| YUV | 194.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 89 | 0.14 | 0 | 0.59 | 0.14 | 74.31 | 0.64 | 0.6 |
| Hex | BC | DB | 59 | E | 0 | 3B | E | 4A | 40 | 3C |
| Octal | 274 | 333 | 131 | 16 | 0 | 73 | 16 | 112 | 100 | 74 |
| Binary | 10111100 | 11011011 | 1011001 | 1110 | 0 | 111011 | 1110 | 1001010 | 1000000 | 111100 |
Color Harmonies of #BCDB59
Complementary color
Monochromatic Colors of #BCDB59
Black with #BCDB59
Text Example
Text Example
White with #BCDB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB59; }
p { color: rgb(188,219,89); }
H1.HeaderClassName
{
color: #BCDB59;
}
.AnyTagClassName
{
color: #BCDB59;
}
</style>
background-color css
<style>
a { background-color: #BCDB59; }
a { background-color: rgb(188,219,89); }
div.DivClassName
{
background-color: #BCDB59;
}
.BgClassName
{
background-color: #BCDB59;
}
</style>
border-color css
<style>
span { border-color: #BCDB59; }
span { border-color: rgb(188,219,89); }
td.TdClassName
{
border-color: #BCDB59;
}
.TagClassName
{
border-color: #BCDB59;
}
</style>