Shades of Conifer #BCD758
Tints of Conifer #BCD758
RGB
CMYK
RGB Variations
Color information
#BCD758 (or 0xBCD758) is known color: Conifer. HEX triplet: BC, D7 and 58. RGB value is (188,215,88). Sum of RGB (Red+Green+Blue) = 188+215+88=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD758 is #4328A7. Grayscale: #C0C0C0. Windows color (decimal): -4401320 or 5822396. OLE color: 5822396.
HSL color Cylindrical-coordinate representation of color #BCD758: hue angle of 72.76º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCD758 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 88 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.16 |
| HSL | 72.76º | 0.61% | 0.59% | - |
| HSV(B) | 72.76º | 0.59% | 0.84% | - |
| XYZ | 46.8 | 60 | 18.35 | - |
| YUV | 192.45 | 69.05 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 88 | 0.13 | 0 | 0.59 | 0.16 | 72.76 | 0.61 | 0.59 |
| Hex | BC | D7 | 58 | D | 0 | 3B | 10 | 49 | 3D | 3B |
| Octal | 274 | 327 | 130 | 15 | 0 | 73 | 20 | 111 | 75 | 73 |
| Binary | 10111100 | 11010111 | 1011000 | 1101 | 0 | 111011 | 10000 | 1001001 | 111101 | 111011 |
Color Harmonies of #BCD758
Complementary color
Monochromatic Colors of #BCD758
Black with #BCD758
Text Example
Text Example
White with #BCD758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD758; }
p { color: rgb(188,215,88); }
H1.HeaderClassName
{
color: #BCD758;
}
.AnyTagClassName
{
color: #BCD758;
}
</style>
background-color css
<style>
a { background-color: #BCD758; }
a { background-color: rgb(188,215,88); }
div.DivClassName
{
background-color: #BCD758;
}
.BgClassName
{
background-color: #BCD758;
}
</style>
border-color css
<style>
span { border-color: #BCD758; }
span { border-color: rgb(188,215,88); }
td.TdClassName
{
border-color: #BCD758;
}
.TagClassName
{
border-color: #BCD758;
}
</style>