Shades of Conifer #BCDB50
Tints of Conifer #BCDB50
RGB
CMYK
RGB Variations
Color information
#BCDB50 (or 0xBCDB50) is known color: Conifer. HEX triplet: BC, DB and 50. RGB value is (188,219,80). Sum of RGB (Red+Green+Blue) = 188+219+80=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB50 is #4324AF. Grayscale: #C2C2C2. Windows color (decimal): -4400304 or 5299132. OLE color: 5299132.
HSL color Cylindrical-coordinate representation of color #BCDB50: hue angle of 73.38º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCDB50 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 80 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.14 |
| HSL | 73.38º | 0.66% | 0.59% | - |
| HSV(B) | 73.38º | 0.63% | 0.86% | - |
| XYZ | 47.52 | 61.93 | 17.04 | - |
| YUV | 193.89 | 63.73 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 80 | 0.14 | 0 | 0.63 | 0.14 | 73.38 | 0.66 | 0.59 |
| Hex | BC | DB | 50 | E | 0 | 3F | E | 49 | 42 | 3B |
| Octal | 274 | 333 | 120 | 16 | 0 | 77 | 16 | 111 | 102 | 73 |
| Binary | 10111100 | 11011011 | 1010000 | 1110 | 0 | 111111 | 1110 | 1001001 | 1000010 | 111011 |
Color Harmonies of #BCDB50
Complementary color
Monochromatic Colors of #BCDB50
Black with #BCDB50
Text Example
Text Example
White with #BCDB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB50; }
p { color: rgb(188,219,80); }
H1.HeaderClassName
{
color: #BCDB50;
}
.AnyTagClassName
{
color: #BCDB50;
}
</style>
background-color css
<style>
a { background-color: #BCDB50; }
a { background-color: rgb(188,219,80); }
div.DivClassName
{
background-color: #BCDB50;
}
.BgClassName
{
background-color: #BCDB50;
}
</style>
border-color css
<style>
span { border-color: #BCDB50; }
span { border-color: rgb(188,219,80); }
td.TdClassName
{
border-color: #BCDB50;
}
.TagClassName
{
border-color: #BCDB50;
}
</style>